-
Notifications
You must be signed in to change notification settings - Fork 636
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
Titlebar chrome buttons wrong color "invisible" #1605
Comments
I am unable to repro, can you provide more detailed repro steps? I wonder if it's from WinUI-Gallery setting AppWindow TitleBar's caption button colours as a workaround here:
|
Ideally, a window shouldn't have to mess with code like this and the solution is to be as "native" as possible.
Seen this so many times for so long, I wonder if Microsoft will ever fix it...
🥳 |
The titlebar control is not in 1.6, it was pulled :( |
OMG! What's the source for this info? |
They announced it on the developer call. No ETA. Had to pull it from my app and revert back to older code |
I can answer this question - it is true that Titlebar will not be shipping in 1.6, however, we are still committed to shipping the control eventually. It's looks "pulled" since experimental APIs cannot be shipped with a stable release. Hopefully I can provide more info to this in a couple of weeks :) |
Are we saying this won't be fixed until SDK 1.7 ? |
Which version of the app?
WinUI 3 Gallery
Description
The titlebar chrome buttons (minimize, maximize, close) are not visible. Screenshot below.
I think this is because the Windows 11 setting "Show accent colour on title bars and window borders" is checked. Turning this off solves the issue - but I (and I assume lots of people) have it switched on.
Screenshots
Windows version
Windows 11 23H2 (22631)
Additional context
As a developer I know this issue and it has to be manually managed in code as the AppWindow theme system is broken. Using th enew Titlebar control in SDK 1.6 fixes the issue.
The text was updated successfully, but these errors were encountered: