[wp-trac] [WordPress Trac] #46404: Emoji detection not working on Android 8.1/Chrome 72

WordPress Trac noreply at wordpress.org
Sun Mar 3 22:07:00 UTC 2019


#46404: Emoji detection not working on Android 8.1/Chrome 72
---------------------------+---------------------
 Reporter:  superpoincare  |       Owner:  (none)
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  5.2
Component:  Emoji          |     Version:  5.1
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |     Focuses:
---------------------------+---------------------
Changes (by pento):

 * keywords:   => needs-patch
 * milestone:  Awaiting Review => 5.2


Comment:

 Thanks for the bug report, @superpoincare!

 I've been able to reproduce the same behaviour under Android 7.1.1. The
 problem is that `emoji-loader.js` is using U+200B (zero width space) in
 the test, instead of U+200D (zero width joiner).

 Everywhere that `browserSupportsEmoji()` uses character 8203 needs to be
 changed to character 8205.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46404#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list