dotnet/roslyn

Column "Make abstract" in "Extract Base Class" dialog is truncated or unusable in other languages

开放

#71,639 创建于 2024年1月14日

 (0 条评论) (0 个反应) (1 位负责人)C# (4,257 个派生)batch import
Area-IDEBughelp wanted

仓库指标

星标
 (20,414 个星标)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

Version Used: VS 17.8.4

Steps to Reproduce:

  1. Switch VS to a language with longer texts like German or French.
  2. 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.) image image

贡献者指南