Opened 2 years ago
Closed 4 months ago
#52302 closed defect (bug) (wontfix)
Emoji detection not working in the latest Chrome on Windows 7
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.5 |
Component: | Emoji | Keywords: | has-screenshots close |
Focuses: | Cc: |
Description
Reported by @Webliberty on Russian WP Slack.
- Create a post with this content:
:) ;)
. - View the post in the latest Chrome (version 87.0.4280.141 as of writing) on Windows 7.
- Instead of regular colored images, you'll see one blank square and one monochrome icon.
If the platform does not support the current emoji set natively, the Twemoji fallback is supposed to replace it with images, but does not kick in as expected.
Some history here:
- [46665] / #48293 updated Twemoji to 12.1.3 for WordPress 5.3.
- [48048] / #50148 updated Twemoji to 13.0.0 for WordPress 5.5.
- [49239] / #51356 updated Twemoji to 13.0.1 for WordPress 5.6.
Upon some testing, this used to work in WordPress 5.4 and no longer works in WordPress 5.5, so appears to be a regression in [48048].
Reverting the changes to js/_enqueues/lib/emoji-loader.js
from [48048], as well as the corresponding minified fragment in _print_emoji_detection_script()
to the one from WordPress 5.4 makes the images display again.
Since extended support for Windows 7 has ended a year ago on January 14, 2020, this may very well be an edge case. This ticket was created for reference just in case it might still be worth fixing.
Related: #46404