[HDPI] The "document" text in the “Generating Previews” dialog is truncated at >200% DPI
.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.
Steps to reproduce
- Launch VS instance on the greater than 200% primary screen.
- Open the Accessibility_Core_App.zip. (Or create an application that has a "Generating Previews" dialog)
- TAB to "Printing_Controls: Testing the controls under Printing Tab" and hit ENTER key.
- "Generating Previews" popup will appear.
- Observe the "document" text in the “Generating Previews” dialog.
@LeafShi1 could your team try bisecting to find which commit regressed this?
@LeafShi1 could your team try bisecting to find which commit regressed this?
This issue caused by the PR 11523
This is an internal find, we will service it if we get customer reports about it.,
Verified this issue in the latest .NET 10.0 SDK build: 10.0.100-alpha.1.24623.6 + binaries built from the main branch of Winforms repo, it was fixed: "Document" text in the Generate Preview dialog now displays properly at >200% DPI.