U+22C5 DOT OPERATOR renders a missing-character icon (gray rectangle) on Pixel 2 Android 9/Pi
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: dholbert, Unassigned)
References
()
Details
(Whiteboard: [webcompat])
Attachments
(1 file)
|
254 bytes,
text/html
|
Details |
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
| Reporter | ||
Comment 6•7 years ago
|
||
| Reporter | ||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Comment 9•7 years ago
|
||
| Reporter | ||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
| Reporter | ||
Comment 12•7 years ago
•
|
||
| Reporter | ||
Updated•7 years ago
|
| Reporter | ||
Comment 13•7 years ago
|
||
| Reporter | ||
Comment 14•7 years ago
|
||
Updated•6 years ago
|
Comment 15•6 years ago
|
||
dholbert would you check against Nightly or Beta. Bug 1509067 may have fixed this.
Updated•6 years ago
|
| Reporter | ||
Comment 16•6 years ago
•
|
||
As of today, I can't reproduce now under any configuration that I've tested, including Firefox 65.0.1 on the same Pixel 2 device (still on Android 9) from comment 0. (I also tested Nightly 67 from 2019-03-15 on that device, and Firefox Nightly 68 on my newer Pixel 3 which has Android 10 "Q". Couldn't repro in any of these scenarios.)
I tried both links from comment 0 (the google link and the jsfiddle), as well as the attached testcase.
So, I'd consider this WORKSFORME -- I can't repro anymore, though there's a bit of mysteriousness because I'm seeing expected behavior from versions that don't have the hypothetical fix. (Maybe I got a system update that included some font changes, and that fixed this at a lower font-matching level?)
Feel free to upgrade to FIXED if we get stronger confirmation than what I'm able to provide (particularly if someone finds a configuration where they can still repro).
Comment 17•6 years ago
|
||
I think it's highly likely this was fixed by bug 1509067, even if it's now proving difficult to repro with older builds.
I'm not totally sure without digging back into code, but it's possible that before bug 1509067, we picked one of the subset faces of the Symbols font more-or-less at random (probably dependent on the order the files were found when iterating over the fonts directory). So then whether we found the required character or not might vary between apparently very similar devices, or even on the same device with the same fonts if the (indeterminate) ordering of the fonts (subsets) somehow changed.
Since bug 1509067, we explicitly check all the subset faces in a case like this, so should always find the character if it exists anywhere.
| Assignee | ||
Updated•5 years ago
|
Description
•