-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Backplates will be displayed when hovering in High Contrast #13078
Comments
Is this only on the sidebar and details layout? |
This is what |
So all controls using UIElement have this issue. |
@yaira2 By default they want to prioritise the readability of text. But because it is not visually appealing, they allow you to set the High Contrast Adjustment - to remove this behaviour | as long as the app developer has ensured the text contrast is readable. If you want to remove the backplate, check every element to ensure text is always readable |
So is the expected design to have black text without a backplate? |
Anything highlighted, needs the correct text colour. |
There appears to be an issue where setting the property in app.xaml doesn't work. We can work around by setting it on the individual page, but we'd prefer to avoid doing this. |
I should work though, when I tried last time I worked well. But Dialog class and MenuFlyout class doesn't respect this setting in App.xaml so need to set indivisually or we can find another way if any. |
@0x5bfa it's not too bad if it's just dialogs and menu flyouts. Let's do this 👍 |
Alright! |
This should be resolved in |
Description
As the title
Steps To Reproduce
Requirements
Files Version
2.5.20
Windows Version
10.0.22000
Log File
None
The text was updated successfully, but these errors were encountered: