[wp-trac] [WordPress Trac] #43354: emoji broken in firefox 58
WordPress Trac
noreply at wordpress.org
Mon Feb 19 11:58:31 UTC 2018
#43354: emoji broken in firefox 58
--------------------------+-----------------------------
Reporter: Otshelnik-Fm | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Emoji | Version: 4.9.4
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
🤠- this emoji (and more others) can not be downloaded from the
https://s.w.org/images/core/emoji/ as .svg file
Bug in WordPress 4.9.3, 4.9.4 in firefox 58.0.2 (64-bit). In chrome, edge
- works.
On 4.7.9 - works
screens
https://ru.wordpress.org/support/topic/%d0%bf%d0%be%d0%bb%d0%be%d0%bc%d0%b0%d0%bb%d0%b8%d1%81%d1
%8c-emoji/
Change 5101 lines in formatting.php 4.9.3:
{{{#!php
case"emoji":return
b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039])
}}}
on:
{{{#!php
case"emoji":return
b=d([55358,56692,8205,9792,65039],[55358,56692,8203,9792,65039])
}}}
and all works
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43354>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list