-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Copy link
Labels
💥 regression-releaseRegression from a public releaseRegression from a public releasetenet-accessibilityMAS violation, UIA issue; problems with accessibility standardsMAS violation, UIA issue; problems with accessibility standardswaiting-reviewThis item is waiting on review by one or more members of teamThis item is waiting on review by one or more members of team
Milestone
Description
.NET version
11.0.100-preview.3.26175.115
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
It works on .NET 8.0, and it starts repro from .NET 9.0
- After PR: fix #13861 The custom ForeColor set on PrintPreviewControl is not rendered correctly #13863 fixed in .NET 11, PrintPreviewControl ForeColor displays incorrectly only when set to White
- Since this PR was not merged into .NET 9.0 and 10.0, all custom ForeColor settings on PrintPreviewControl are not rendered correctly
Issue description
The ForeColor of PrintPreviewControl was set as White in properties window, however, it appears Black in the form designer.
Steps to reproduce
- Create a WinForms .NET application
- Add a PrintPreviewControl to form designer, observe that the ForeColor in Properties window is White, in form designer is Black
- Build and run the application, it's same as in design time
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
💥 regression-releaseRegression from a public releaseRegression from a public releasetenet-accessibilityMAS violation, UIA issue; problems with accessibility standardsMAS violation, UIA issue; problems with accessibility standardswaiting-reviewThis item is waiting on review by one or more members of teamThis item is waiting on review by one or more members of team

