dotnet / winforms

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

[HDPI] The "document" text in the “Generating Previews” dialog is truncated at >200% DPI #12358

Open Philip-Wang01 opened 18 hours ago

Philip-Wang01 commented 18 hours ago

.NET version

.NET SDK 10.0.100-alpha.1.24510.13

Did it work in .NET Framework?

Yes

Did it work in any of the earlier releases of .NET Core or .NET 5+?

This is a regression issue. It reproduces on .NET 9.0.200-preview.0.24520.3 and does not reproduce on .NET 8.0.

Issue description

The "document" text in the “Generating Previews” dialog is truncated at >200% DPI.

Image

Steps to reproduce

  1. Launch VS instance on the greater than 200% primary screen.
  2. Open the Accessibility_Core_App.zip. (Or create an application that has a "Generating Previews" dialog)
  3. TAB to "Printing_Controls: Testing the controls under Printing Tab" and hit ENTER key.
  4. "Generating Previews" popup will appear.
  5. Observe the "document" text in the “Generating Previews” dialog.
lonitra commented 8 hours ago

@LeafShi1 could your team try bisecting to find which commit regressed this?