White text on white background in the Find text box
Categories
(Firefox :: Theme, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | verified |
People
(Reporter: pedro, Assigned: emilio)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Steps to reproduce:
I run firefox in Ubuntu with the following theme settings:
- System GTK is set to Adwaita-dark
- Firefox theme is set to Light
Actual results:
I bring up the search box in any page with Ctrl-F and type. White text on white background is the result
Expected results:
I should be getting white text on white background. It works properly if I do any of the following:
- Set the system theme to the normal light Adwaita
- Set the firefox theme to the default or dark themes
- Set the system to light Adwaita and Firefox to the dark theme (the exact opposite)
For some reason only this combination causes a problem.
Reporter | ||
Comment 1•5 years ago
|
||
Having searched better this seems like a duplicate of this:
https://bugzilla.mozilla.org/show_bug.cgi?id=1411425
I commented on that bug but am still seeing it even long after the fix was supposed to be done. So maybe what I'm seeing is a different issue?
Reporter | ||
Comment 2•5 years ago
|
||
Sorry, I mean this bug:
Comment 3•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Assignee | ||
Comment 4•5 years ago
|
||
Let me poke real quick, I don't think it's necessarily a dupe...
Assignee | ||
Comment 5•5 years ago
|
||
Sorry for the lag. This is a bug in the light theme, it's setting a background but not the foreground color, so the result if you use a dark system theme is white on white.
Assignee | ||
Comment 6•5 years ago
|
||
We're setting the background but not the text color on the light theme,
which means that per these two rules:
You'll get:
background-color: #fff;
color: -moz-Field;
If you have a dark system theme (like Adwaita Dark on Linux) where
-moz-Field is dark, then badness happens and you get white-on-white.
The color is just tab_background_text, which seems to work quite nicely
and is the same that the dark theme does for this field.
Reporter | ||
Comment 8•5 years ago
|
||
Thanks!
Comment 9•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 10•5 years ago
|
||
This issue is Verified as fixed in our latest Nightly build as well as Beta 77.0b2.
Reporter | ||
Comment 11•4 years ago
|
||
Just installed Firefox 77.0.1 and this is indeed fixed. Thanks!
Reporter | ||
Comment 12•4 years ago
|
||
This has regressed for me, either because of Firefox 79 or the new user session I was forced to create in the upgrade to 79. I am once again seeing white text on white background in the Find box when using a dark system theme and the light Firefox theme.
Assignee | ||
Comment 13•4 years ago
|
||
Can you file a bug? I can't reproduce it on Nightly though.
Reporter | ||
Comment 14•4 years ago
|
||
The bug is exactly this one. Should a new one be filed?
Assignee | ||
Comment 15•4 years ago
|
||
Yes, generally reopening closed bugs is not great, specially if they were closed long ago.
Description
•