dotnet/roslyn
Column "Make abstract" in "Extract Base Class" dialog is truncated or unusable in other languages
Aberta
#71.639 aberto em 14 de jan. de 2024
Area-IDEBughelp wanted
Métricas do repositório
- Stars
- (20.414 estrelas)
- Métricas de merge de PR
- (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)
Description
Version Used: VS 17.8.4
Steps to Reproduce:
- Switch VS to a language with longer texts like German or French.
- Open the lightbulb menu on the type below and select "Basisklasse extrahieren" (German) or "Extraire la classe de base" (French).
class BaseClass
{
void M() { }
}
Expected Behavior:
- The texts in the column headers are readable.
- The checkbox in "Make abstract" is visible.
Actual Behavior:
The column header for "Make abstract" is truncated, and in German the checkbox cannot be seen or selected. (The columns are not resizable.)