openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

buggy emoji management in TextField an TextArea with iOS newVM=true #1360

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.write a string with an emoji in a TextField or in a TextArea
2.tap "Done" on the virtual keyboard

What is the expected output? What do you see instead?
the string should appear as typed instead:
_ if the emoji is the last char, then all the string is deleted
_ if the emoji isn't the last char, then the last char is deleted(even if my 
post in Facebook show an unknown char glyph as last char, as if it isn't 
deleted but wrongly coded...)

What version of the product are you using? On what operating system?
last codenameone on iOS 6.1

Please provide any additional information below.

Original issue reported on code.google.com by rbry...@gmail.com on 17 Feb 2015 at 11:22

GoogleCodeExporter commented 8 years ago
That was a hard one. Fixed in SVN.

Original comment by shai.almog on 20 Feb 2015 at 8:37