mervick/emojionearea

img-Emoji is decoded back to unicode

Opened this issue ยท 1 comments

i insert a emoji to the textarea "๐Ÿ™‹โ€โ™‚๏ธ"
after i click outside the textarea and back inside the textarea the emoji is decoded back to Unicode "๐Ÿ™‹โ™‚"
this problem occur also with some other emojis.

the problem is reproducible with the Inhouse-Emoji-Area-Sample-Code:
https://jsfiddle.net/1v03Lqnu/

i made a short video that demonstrate the issue (don't forget to insert the blank space between "๐Ÿ™‹โ€โ™‚๏ธ" and "m" after rejoining the textarea):
https://youtu.be/9krkYuxUMCU

note: the problem also occur if i just post the textarea (without rejoining the textarea and adding a blank space). the server will receive "๐Ÿ™‹โ™‚"

+1, I'm having this issue has well