Skip to content

Some emoji glyphs are missing for reactions on some phones #3181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SunkyeongLee opened this issue Nov 30, 2018 · 3 comments
Closed

Some emoji glyphs are missing for reactions on some phones #3181

SunkyeongLee opened this issue Nov 30, 2018 · 3 comments
Labels
a-Android a-emoji duplicate Task closed to consolidate with an equivalent task.

Comments

@SunkyeongLee
Copy link

When adding a reaction to any post, some emoji icons are not appearing properly.
Still the emoji doesn't appear correctly after being selected to add reaction.
In ios works good but it happens on android version.

inkedscreenshot_2018-11-30-14-59-15_li
inkedscreenshot_2018-11-30-15-00-07_li

https://youtu.be/heZ90JrH3GQ

@gnprice gnprice changed the title Emoji is not appearing properly on android version when adding reaction Some emoji glyphs are missing for reactions on some phones Dec 1, 2018
@gnprice
Copy link
Member

gnprice commented Dec 1, 2018

Interesting -- thanks @SunkyeongLee for the report and those screenshots!

These work fine for me -- app version 20.0.103, on stock Android 9.0 (on a Pixel 2 XL). A few questions to help us diagnose:

  • What Android version do you have, and what model of phone?
  • If you try typing, say, :ac into the compose box, do these emoji show up correctly in the autocomplete? What if you send a message with these emoji in them -- do they look right?

One first thought I had is quick to be ruled out; some of the emoji that work fine in your screenshot, including :action: and :agony:, are outside the BMP (i.e. their codepoints are 5 hex digits long, like U+1F3AC :action:, rather than 4 or less.) So it's not a bug that's triggered by something trying to handle everything 16 bits at a time and getting those wrong.

@SunkyeongLee
Copy link
Author

My android version is 5.0.1 and the model is LG-F240S.
Hope it helps.

screenshot_2018-12-02-11-24-46
screenshot_2018-12-02-11-27-15
screenshot_2018-12-02-11-24-26

@chrisbobbe
Copy link
Contributor

chrisbobbe commented Feb 7, 2020

Closing this to continue progress at #3885, which starts off with (hopefully!) some steps toward a working solution. Thanks for the report and screenshots, which helped Greg debug, above, @SunkyeongLee! 🙂

@gnprice gnprice added the duplicate Task closed to consolidate with an equivalent task. label Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-Android a-emoji duplicate Task closed to consolidate with an equivalent task.
Projects
None yet
Development

No branches or pull requests

3 participants