Blurry UI in macOS Mojave with gfx.e10s.font-list.shared = true
Categories
(Core :: Layout: Text and Fonts, defect, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox82 | --- | disabled |
| firefox83 | --- | disabled |
| firefox84 | --- | disabled |
| firefox85 | --- | disabled |
| firefox86 | --- | disabled |
| firefox87 | --- | disabled |
| firefox88 | --- | disabled |
| firefox89 | --- | fix-optional |
People
(Reporter: bryan, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:82.0) Gecko/20100101 Firefox/82.0
Steps to reproduce:
Launch Firefox on macOS Mojave with gfx.e10s.font-list.shared set to true
Actual results:
UI is blurry - e.g. the tabs, address bar, about Firefox dialog, etc.
Web content is unaffected.
Expected results:
Not blurry
Updated•5 years ago
|
Here is the thread that prompted this report, it includes some more details. A massive thank you to /u/nextbern who helped me find a work around for now.
Updated•5 years ago
|
Comment 2•5 years ago
|
||
It looks like it's using a very bold font face, which is obviously wrong (but a plausible regression due to the change in bug 1533462), but it also looks like the rendering is excessively blurry, which I don't understand at all.
Could you please add a screenshot of how the same window appears on your system after you've disabled the gfx.e10s.font-list.shared pref, for comparison? Thanks.
I've uploaded another screenshot.
However, I don't think this is a Firefox problem. The thought occurred, that I use FiraSystemFontReplacement, which replaces macOS's system font with Fira Sans.
Removing that fixes Firefox with the config set to either true or false.
Comment 5•5 years ago
|
||
When you are using that replacement, does the UI of other apps get blurry too? Seems we might want to close this as invalid if so. If not it might be worth investigating why.
Comment 6•5 years ago
|
||
Set release status flags based on info from the regressing bug 1533462
Updated•5 years ago
|
I've been using FiraSystemFontReplacement for many years now and I can't recall any instances of this happening before. It's so ubiquitous for me that I didn't make the connection until taking more screenshots.
I can totally understand why you wouldn't want to support people who mess around with system files.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 8•5 years ago
|
||
gfx.e10s.font-list.shared will be turned off when 87 enters late beta next week.
Comment 9•5 years ago
|
||
I don't think this can be regarded as a high-severity or -priority issue; it's a result of the user having installed a package that attempts to replace the macOS system font in an unsupported way, and moreover isn't even targeted at current macOS versions: https://github.com/jenskutilek/FiraSystemFontReplacement says it is for "Mac OS X 10.12 Sierra".
The "real" system font has undergone significant changes in subsequent OS versions (e.g. becoming a variable font), and Firefox tries to work correctly with it on all supported releases, but it's not surprising something as hacky and unsupported as this exhibits some issues.
Updated•5 years ago
|
Description
•