Dropdown button text in unifinder and task tab not readable due to color issues
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(Not tracked)
People
(Reporter: ssitter, Assigned: Paenglab)
References
(Regression)
Details
(Keywords: access, regression)
Attachments
(3 files, 1 obsolete file)
121.73 KB,
image/png
|
Details | |
16.18 KB,
patch
|
Paenglab
:
review+
|
Details | Diff | Splinter Review |
15.29 KB,
patch
|
Paenglab
:
review+
Fallen
:
approval-calendar-beta+
|
Details | Diff | Splinter Review |
Thunderbird 68.0b1 (20190613171710) on Xubuntu 19.04
Thunderbird default theme is activated. Lightnings preference "optimize colors for accessibility" is enabled. System theme is set to Adwaita Dark.
Error:
The dropdown button text in unifinder is barely readable due to color issues.
The dropdown button text in task tab is barely readable due to color issues.
Assignee | ||
Comment 1•5 years ago
|
||
This is because these aren't toolbars any more since bug 1535265. On dark system themes an attribute is set on the toolbars with this function: https://searchfox.org/comm-central/rev/d2e573a84da86590d926e36e49905d8fc56c6204/mail/base/content/toolbarIconColor.js#71
Magnus or Geoff, would it be possible to extend this function to apply to the "no more" toolbars?
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Or we could add the brighttext
attribute to the window instead the toolbars and adapt the CSS code this.
Comment 3•5 years ago
|
||
Should be easy to extend I think. Can you just add the needed selector (with a comma) to https://searchfox.org/comm-central/rev/d2e573a84da86590d926e36e49905d8fc56c6204/mail/base/content/toolbarIconColor.js#71
Assignee | ||
Comment 4•5 years ago
|
||
Magnus, you meant something like this?
I'm asking Geoff for review because it has calendar code in it.
Comment 5•5 years ago
|
||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Implemented Magnus's proposal with adding the toolbarSelector += ", .toolbar";
. This makes it much simpler.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 8•5 years ago
|
||
For beta I have to create a different patch because the messageheader toolbar is still customizable.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/252ff46d7f01
Apply the 'brighttext' attribute to the <hbox> toolbars. r=darktrojan
Updated•5 years ago
|
Assignee | ||
Comment 10•5 years ago
|
||
This is the patch for beta. Removed the change for the messageheader toolbar.
Comment 11•5 years ago
|
||
TB 68 beta 2 / Cal 7.0:
https://hg.mozilla.org/releases/comm-beta/rev/acc642013a950e299a3e1dac8f84c4d48026d126
Richard, please check that it's working as expected on the beta build.
Updated•5 years ago
|
Description
•