img-Emoji is decoded back to unicode
Opened this issue ยท 1 comments
regentropft commented
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 "๐โ"
FabrizioCozza commented
+1, I'm having this issue has well