Incorrect menu bar colors when mousing over menu bar in "High Contrast Black" Windows color scheme
Categories
(Thunderbird :: Theme, defect)
Tracking
(thunderbird_esr91? fixed, thunderbird92? fixed, thunderbird93 affected)
People
(Reporter: d2ogilvi, Assigned: Paenglab)
References
Details
Attachments
(4 files)
91.86 KB,
image/png
|
Details | |
77.68 KB,
image/png
|
Details | |
77.92 KB,
image/png
|
Details | |
4.99 KB,
patch
|
aleca
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
- Set Windows color scheme to "High Contrast Black" (Windows+I > Ease of Access > High Contrast > Select Color Scheme" > "High Contrast Black". Use left_alt + left_shift + PrtScr to toggle.
- Start TB Daily 2021-08-19.
- Move mouse over menu bar.
Actual results:
When mouse moves over menu bar, menu item shows white text on a white background. If you are in the compose window, moving the mouse over the menu bar produces black text on a black background. (See attached screen shots.)
Expected results:
Menus should show up as black text on white when the mouse moves over the menu item.
This problem does not occur in Firefox Nightly.
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Comment 1•3 years ago
|
||
Reporter | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
In primaryToolbar.css we repeat to use the same rule for different Windows versions. And this applies only to the main window. We need to simplify this and move to messenger.css to apply to AB and Composer too.
This rule has to apply to all non-default themes and also to Windows 10.
Comment 4•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/6c4039e0af4f
Move the #mail-menubar > menu rule to messenger.css to apply on AB and composer too. r=aleca
Reporter | ||
Comment 6•3 years ago
|
||
This problem also occurs when you mouse over the "all/unread" control. The control also needs to have a border arpimd the drop-down box as it doesn't look right without one. (See attached file.)
Reporter | ||
Comment 7•3 years ago
|
||
Looks good now! Thanks for tracking it down so quickly! :)
Assignee | ||
Comment 8•3 years ago
|
||
(In reply to David Ogilvie from comment #6)
The control also needs to have a border arpimd the drop-down box as it doesn't look right without one. (See attached file.)
Please, can you file a new bug for this issue? What colour should the border get, like the text or a bit fainted?
Assignee | ||
Comment 9•3 years ago
|
||
Comment on attachment 9237529 [details] [diff] [review]
1726525-menu-rules.patch
[Approval Request Comment]
User impact if declined: on Windows HCT low contrast when hovering menu
Testing completed (on c-c, etc.): on c-c
Risk to taking this patch (and alternatives if risky): should be low
Comment 10•3 years ago
|
||
Comment on attachment 9237529 [details] [diff] [review]
1726525-menu-rules.patch
[Triage Comment]
Approved for beta
Comment 11•3 years ago
|
||
bugherder uplift |
Thunderbird 92.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/94eb8404dd1a
Comment 12•3 years ago
|
||
Comment on attachment 9237529 [details] [diff] [review]
1726525-menu-rules.patch
[Triage Comment]
Approved for esr91
Comment 13•3 years ago
|
||
bugherder uplift |
Thunderbird 91.1.0:
https://hg.mozilla.org/releases/comm-esr91/rev/0a14e51a28e2
Description
•