-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
In High-Contrast mode, the Title Bar should change color when the window is inactive #441
Comments
Good catch. Outside of HC, we have acrylic/no acrylic, but we should definitely handle HC case as well. |
Good point. Yes, we can cover that as part of this PR. |
This is your friendly Microsoft Issue Bot. I've seen this issue come in and have gone to tell a human about it. |
@grochocki: ok, I will try to update the PR on the following days (It's our annual Hackathon this week) |
Fixes #407 (partially) and #441 Description of the changes: Remove TitleBarHelper and all <Border x:Name="CustomTitleBar" /> Let the system defines the draggable region Centralize all events and functions associated to the title bar in a single control TitleBar instead of code splitted between MainPage/TitleBar/HistoryList/Memory. Use the standard title bar when high contrast is activated instead of the custom one. Modify the color of the title when the window doesn't have focus Fix the right padding of the title bar with high contrast How changes were validated: Manually tested with LtR and RtL languages Manually tested with high contrast Tested when History and Memory flyout are opened
It appears this was fixed as part of #442, but was not caught by automation. |
Fixes microsoft#407 (partially) and microsoft#441 Description of the changes: Remove TitleBarHelper and all <Border x:Name="CustomTitleBar" /> Let the system defines the draggable region Centralize all events and functions associated to the title bar in a single control TitleBar instead of code splitted between MainPage/TitleBar/HistoryList/Memory. Use the standard title bar when high contrast is activated instead of the custom one. Modify the color of the title when the window doesn't have focus Fix the right padding of the title bar with high contrast How changes were validated: Manually tested with LtR and RtL languages Manually tested with high contrast Tested when History and Memory flyout are opened
Describe the bug
As indicated here: https://docs.microsoft.com/en-us/windows/uwp/design/shell/title-bar
This is even more true when High-Contrast is activated to improve accessibility.
The Calculator currently uses the same color when the window is active and inactive.
Steps To Reproduce
--> the Title bar color doesn't change.
Expected behavior
Screenshots
Device and Application Information (please complete the following information):
The text was updated successfully, but these errors were encountered: