some Emoji is not drawn as color Emoji
Categories
(Core :: Graphics: Text, defect)
Tracking
()
People
(Reporter: mrgh1bugzillamozilla, Unassigned)
Details
Attachments
(1 file)
4.54 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
open the HTML file that contains Emoji+arbitrarily Emoji+Emoji at a line.
please check the attachment file.
Actual results:
some character that is at the start of line is drawn as monochrome Emoji.
most of character that is not drawn correctly seems to be Unicode 7.0 Emoji.
Expected results:
All Emoji is should drawn as color Emoji
Comment 1•6 years ago
|
||
On my mac, the page looks the same in FF, Safari, and Chrome. All have some glyphs missing in the same position.
Comment 2•6 years ago
|
||
mrgh1, do the missing emojis show up with other browsers in your system when you use the same font?
Reporter | ||
Comment 3•6 years ago
|
||
Edge shows all emojis that is not shown correctly in FF.
(42.17134.1.0 Microsoft EdgeHTML 17.17134)
IE doesn't show color emojis.
it uses Segoe UI Symbol probably in default.
(IE 11.523.17134.0,11.0.105)
if specify font-family is "Segoe UI Emoji" then all emojis is shown collectly in FF,Edge,IE.
body{
font-family:"Segoe UI Emoji";
}
Comment 4•6 years ago
|
||
Emoji support depends on the used font, not all fonts support all emojis.
Since this bug seems to be about default font mismatch, I am closing it as invalid.
Description
•