Closed IDEExperienceTestSolution closed 1 year ago
@cristianosuzuki77 , @csigs - could you please restore the .NET Framework translation?
@VinoWang01 can you provide an english screen shot for context...?
Hi @v-mholloway The ENU screenshot as below, please kindly check:
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.
.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.
Expected behavior: There should be no overlapping. NetFX:
.NET Core 3.1:
Minimal repro:
throw new Exception("")
; inbutton_click
event handler.Ctrl + F5
. Or use the sample project with changing the target to 7.0: UnhandledExceptionDialog.zipMore Info: