dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.42k stars 984 forks source link

[RUS] The ‘Details’ button text overlaps its drop down arrow in unhandled exception dialog #6490

Closed IDEExperienceTestSolution closed 1 year ago

IDEExperienceTestSolution commented 2 years ago

.NET Core Version:

Have you experienced this same bug with .NET Framework?:

Problem description: The text overlaps the drop down arrow in ‘Details’ button of Unhandled exception window. RUS-Core

Expected behavior: There should be no overlapping. NetFX: RUS-NetFX

.NET Core 3.1: RUS-Core31

Minimal repro:

  1. Create a Winforms core project.
  2. Add a button control on Form designer.
  3. Double click the button and add following code: throw new Exception(""); in button_click event handler.
  4. Run the project via pressing Ctrl + F5. Or use the sample project with changing the target to 7.0: UnhandledExceptionDialog.zip

More Info:

  1. This is a regression issue, it can’t reproduce when targeting .net core 3.1, it reproduce from .net 5.0 to latest .net 7.0.
  2. This issue can’t reproduce with .NET Framework project.
Tanya-Solyanik commented 2 years ago

@cristianosuzuki77 , @csigs - could you please restore the .NET Framework translation?

v-mholloway commented 2 years ago

@VinoWang01 can you provide an english screen shot for context...?

Cassie-Li01 commented 2 years ago

Hi @v-mholloway The ENU screenshot as below, please kindly check: image

Ashley-Li commented 1 year ago

Verified this issue on .NET SDK latest build: 8.0.100-alpha.1.23068.16, issue was fixed. Now the "Details" button text does not overlap with the drop down arrow in the unhandled exception dialog. image