[wp-trac] [WordPress Trac] #43354: emoji broken in firefox 58
WordPress Trac
noreply at wordpress.org
Wed Jun 26 22:32:02 UTC 2019
#43354: emoji broken in firefox 58
--------------------------+------------------------
Reporter: Otshelnik-Fm | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Emoji | Version: 4.9.4
Severity: normal | Resolution: duplicate
Keywords: | Focuses:
--------------------------+------------------------
Changes (by pento):
* status: new => closed
* resolution: => duplicate
* milestone: Awaiting Review =>
Old description:
> 🤠- 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
New description:
- 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
--
Comment:
Going to close this as a duplicate of #46404, there's ongoing work to
improve the detection in all browsers and OSes, including Firefox.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43354#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list