Opened 7 years ago
Closed 6 years ago
#43354 closed defect (bug) (duplicate)
emoji broken in firefox 58
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9.4 |
Component: | Emoji | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
- 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
Change 5101 lines in formatting.php 4.9.3:
case"emoji":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039])
on:
case"emoji":return b=d([55358,56692,8205,9792,65039],[55358,56692,8203,9792,65039])
and all works
Change History (1)
Note: See
TracTickets for help on using
tickets.
Going to close this as a duplicate of #46404, there's ongoing work to improve the detection in all browsers and OSes, including Firefox.