Tooltips have wrong appearance after switching system dark mode on macOS
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox93 | --- | unaffected |
firefox94 | --- | verified |
firefox95 | --- | verified |
People
(Reporter: emilio, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
I bet it's bug 1734716 what caused this.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
So that when the system changes appearance we respect that automatically.
Assignee | ||
Comment 2•3 years ago
|
||
Comment on attachment 9246708 [details]
Bug 1736675 - Make sure to only override color-scheme on widgets if the color-scheme property says so. r=mstange
Beta/Release Uplift Approval Request
- User impact if declined: After switching system dark to light mode or vice versa, tooltips might have low contrast on macOS.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: * Open Nightly, hover over a tab and see that the tooltip has appropriate contrast.
- Go to macOS settings and switch to dark mode.
- Hover over the tab again. The tooltip text color is white but the background is light (and should be dark after the patch).
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Minor tweak to the regressing bug.
- String changes made/needed: none
Assignee | ||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Related issue that may be solved by this bug:
On a fresh Nightly on MacOS, when going to about:addons > Themes and enabling Dark theme or any of the bold colorways, the tooltips look white-on-light gray. It fixes itself after Firefox restart, but then I can get the inverse problem of black-on-dark gray tooltips when enabling a light theme.
Assignee | ||
Comment 5•3 years ago
|
||
Yeah that's the same bug.
Comment 6•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Updated•3 years ago
|
Comment 7•3 years ago
|
||
Set release status flags based on info from the regressing bug 1734716
Comment 8•3 years ago
|
||
Reproduced the issue with Firefox 95.0a1 (20211017213754) on macOS 10.15 and STR from comment 2.
The issue is verified fixed with Firefox 95.0a1 (20211020093007 ) on macOS 10.15. The tooltips are correctly displayed after switching from Light to Dark theme and vice versa inside macOS settings.
Comment 9•3 years ago
|
||
Comment on attachment 9246708 [details]
Bug 1736675 - Make sure to only override color-scheme on widgets if the color-scheme property says so. r=mstange
Approved for 94.0b9 to avoid shipping a new high-visibility regression to users.
Comment 10•3 years ago
|
||
bugherder uplift |
Comment 11•3 years ago
|
||
The issue is no longer reproducing with Firefox 94.0b9 (20211021185848) on macOS 11 ARM and 10.15. Tooltips are correctly displayed after switching from Light to Dark theme and vice versa inside macOS settings.
Updated•3 years ago
|
Description
•