Keycap emojis are not rendered
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: u668157, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:79.0) Gecko/20100101 Firefox/79.0
Steps to reproduce:
- Open Firefox.
- Type in the address bar https://emojipedia.org/symbols/
- Click on one of the keycap emoji, for example Keycap Digit Zero.
Actual results:
All codepoints U+20E3 are not renderized.
Expected results:
All codepoints U+20E3 are renderized.
Comment 1•4 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
seems to render for me can you show me a screenshot of it not rendering
Try using those emoji in any online text editor, for example https://shrib.com.
Or try looking at how it is rendered in the tab title.
Comment 4•4 years ago
|
||
(In reply to Fabrizio from comment #3)
Try using those emoji in any online text editor, for example https://shrib.com.
I could reproduce in latest Nightly 81.0a1, Firefox 80.0b5 and Firefox 79RC (Win 10 64-bit) using this editor.
Or try looking at how it is rendered in the tab title.
It looks good for me in tab title.
Updated•4 years ago
|
Comment 5•4 years ago
|
||
This is an issue of font selection; bug 1371386 aims to address it.
(If an appropriate emoji font is explicitly specified for the text using CSS font-family
, the keycaps should appear fine. The problem arises when the first character -- e.g. the digit -- gets assigned to the normal text font, which doesn't provide the emoji rendering.)
Updated•4 years ago
|
Description
•