Open
Bug 1455545
Opened 7 years ago
Updated 2 years ago
Noto Sans Symbols is not rendered on some Android devices
Categories
(Core :: Graphics: Text, defect, P3)
Tracking
()
NEW
People
(Reporter: karlcow, Unassigned)
References
()
Details
(Whiteboard: [webcompat][gfx-noted])
This is a spin off of https://webcompat.com/issues/16490
This is happening only in Firefox Android, not on macos for the same version of Firefox Nightly.
.module-spinner::before {
content: "\25BE";
}
is not displayed on Android. Probably missing font to display the character.
Maybe it's an issue for bugzilla thinking about it.
Reporter | ||
Updated•7 years ago
|
Summary: There are a lot of rectangle. → content is not displayed on bugzilla.mozilla.org
Reporter | ||
Comment 1•7 years ago
|
||
Moving to bugzilla.mozilla.org, because it's probably a missing font.
status-firefox61:
affected → ---
Product: Firefox for Android → bugzilla.mozilla.org
Version: Firefox 61 → Production
Comment 2•7 years ago
|
||
I cannot reproduce the issue on both my Nexus 5X phone and Nexus 9 tablet. It's not a web font but system font, which is Noto Sans Symbols on vanilla Android. Maybe the font or the particular symbol is missing on the user's device for some reason. Since we have Material Icons installed, it's easy to fix the issue by using the web font.
https://material.io/tools/icons/?icon=arrow_drop_down&style=baseline
Assignee: nobody → kohei.yoshino
Status: NEW → ASSIGNED
Component: General → User Interface: Modal
Updated•7 years ago
|
Summary: content is not displayed on bugzilla.mozilla.org → Module spinner icon on modal UI is missing
Comment 3•7 years ago
|
||
But the original report says the issue doesn’t reproduce with Chrome, and I guess this is not site-specific. Moving to the right component so the root cause can be fixed in Firefox.
Assignee: kohei.yoshino → nobody
Status: ASSIGNED → NEW
Component: User Interface: Modal → Graphics: Text
Product: bugzilla.mozilla.org → Core
Summary: Module spinner icon on modal UI is missing → Noto Sans Symbols is not rendered on some Android devices
Version: Production → unspecified
Comment 4•7 years ago
|
||
A side note: in the future I’d like to use a web font for all the symbols/icons on Bugzilla anyway and make them a11y-friendly.
Updated•6 years ago
|
Whiteboard: [webcompat] → [webcompat][gfx-noted]
Comment 6•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Webcompat Priority: --- → ?
Comment 7•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•5 years ago
|
Webcompat Priority: ? → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•