pento / x1f4a9

Twitter Emoji for WordPress
https://wordpress.org/plugins/x1f4a9/
8 stars 4 forks source link

Emoji not rendered in forms #7

Closed kraftbj closed 9 years ago

kraftbj commented 9 years ago

Generally, any form in /wp-admin/ will not render emoji in non-native browsers (tested in stable Chrome). Including but not limited to:

pento commented 9 years ago

This is an unfortunate side effect of Chrome not supporting emoji natively. It's really only the TinyMCE editor that can use the image, everything else has to try and render it natively.

I do wonder if, when the browser can't render the emoji, there's a place for converting emoji to their HTML encoded equivalent. Feels pretty hacky, though.

pento commented 9 years ago

Not going to do the HTML encoding. It's a hack, and doesn't really help the user.