Text being shown in all black on OSX
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox84 | --- | unaffected |
| firefox85 | --- | unaffected |
| firefox86 | --- | unaffected |
| firefox87 | blocking | fixed |
People
(Reporter: mccr8, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
67.71 KB,
image/png
|
Details |
All text is being shown in black in OSX in the latest Nightly. Turning WebRender off does not seem to help. I don't see this on Windows.
For instance, on this page, in the box with "popular color tags", the text is supposed to be shown in many different colors, but it is all black: https://www.colorcombos.com/font-color-tester.html
Needless to say, this makes dark mode sites almost impossible to use.
I'm not sure if this is only fonts or not. The big icons on the front page of bugzilla are being shown in black instead of gray.
It sounds like Mossop is seeing something similar.
| Reporter | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #0)
I'm not sure if this is only fonts or not. The big icons on the front page of bugzilla are being shown in black instead of gray.
Those "icons" are actually characters from the material ui font.
Updated•5 years ago
|
| Reporter | ||
Comment 3•5 years ago
|
||
Mozregression says it is bug 1689316.
Updated•5 years ago
|
| Reporter | ||
Comment 4•5 years ago
|
||
I'm not sure how that squares with it not going away if I turn off WebRender (I also tried turning off Fission in case that might help).
Comment 5•5 years ago
|
||
Bug 1689316 backed out. Will respin macOS nightlies too.
https://hg.mozilla.org/mozilla-central/rev/62eead3951fa7e3d40b2f96f814d5e6e80409342
Comment 6•5 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #4)
I'm not sure how that squares with it not going away if I turn off WebRender (I also tried turning off Fission in case that might help).
Did you turn it off using gfx.webrender.force-disabled=true?
| Reporter | ||
Comment 7•5 years ago
|
||
No, I set gfx.webrender.all to false. I don't see the pref gfx.webrender.force-disabled, but I do see gfx.webrender.compositor.force-enabled. about:support does say I have WebRender on, so I guess I was failing to disable it.
| Reporter | ||
Comment 8•5 years ago
|
||
Huh, ok, the force-disabled did show up when I searched for it. Setting that to true makes things work again, as expected.
Comment 10•5 years ago
|
||
Calling this fixed per comment 5.
| Reporter | ||
Comment 11•5 years ago
|
||
Text has color for me again in the latest Nightly 20210129095945, with WebRender enabled.
Description
•