Native Firefox title bar doesn't support Windows 10 App Dark Mode setting
Categories
(Core :: Widget: Win32, defect, P3)
Tracking
()
People
(Reporter: rctgamer3, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
I've enabled Dark Mode in Windows 10.
Yet, the native Firefox title bar does not support dark theme thus stays white.
Reproducible on latest nightly (2020-01-08)
Comment 2•5 years ago
|
||
The priority flag is not set for this bug.
:jimm, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 3•5 years ago
|
||
How did you get the old titlebar to display? I don't have one in my browser. I wonder if this is a dev edition issue only.
Comment 5•5 years ago
|
||
Ok, we need to add support for this via the dwm apis. I managed to fix this in a test app using
BOOL flag = true;
DwmSetWindowAttribute(hWnd, 19, &flag, sizeof(BOOL));
19 is an undefined DWMWINDOWATTRIBUTE. That's probably going to show up in a future sdk.
Some testing needs to be done to understand when we should set this.
I'd be happy to mentor a contributor on this. Since this option is buried pretty deep in our options and likely not a popular setting, I see no reason to track.
Updated•4 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Description
•