Shikhar13 / codenameone

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

iOS text entry in hebrew not working #280

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When typing text in iphone os 4.2 to a textfield there are a couple of issues.

first pressing the "done" button does not release the virtual keyboard and 
return to the form but you can only return to the form by tapping outside the 
virtual keyboard area.

once you return to the form with the textfield you see "jibbrish" if you typed 
in hebrew (this is probably a UTF-8 issue since i can see exactly double the 
chars i typed in)

What steps will reproduce the problem?
1. make a form
2. add a textfield to it
3. run on iphone device and type into the textfield in hebrew

What is the expected output? What do you see instead?

Expected result: the typed text is shown on the textfield after the 
virtualkeyboard released

Actual result: the textfield contains "jibbrish"

What version of the product are you using? On what operating system?
Latest version, iOS build.

Original issue reported on code.google.com by s...@the-futuresoft.com on 31 Jul 2012 at 10:39

GoogleCodeExporter commented 9 years ago
Ugh. This used to work just fine.

Original comment by shai.almog on 31 Jul 2012 at 11:19

GoogleCodeExporter commented 9 years ago
My guess is that if it fails for hebrew it fails for all languages that their 
UTF-8 chars encoding isnt a single byte.
which makes this bug kinda critical.

Original comment by s...@the-futuresoft.com on 31 Jul 2012 at 11:23

GoogleCodeExporter commented 9 years ago
Fixed, will update the server before the weekend.

Original comment by shai.almog on 1 Aug 2012 at 1:02

GoogleCodeExporter commented 9 years ago
Hey Shai,

Is the fix currently live? because this still happens on iphone.

Original comment by s...@the-futuresoft.com on 5 Aug 2012 at 11:34

GoogleCodeExporter commented 9 years ago
I just updated it, but I added a compilation bug while trying to fix the 
address book issues.  Should be working soon.

Original comment by shai.almog on 5 Aug 2012 at 11:39

GoogleCodeExporter commented 9 years ago
so both the adressbook issue and this fix are solved and live?

Original comment by s...@the-futuresoft.com on 5 Aug 2012 at 3:09

GoogleCodeExporter commented 9 years ago
Address book is still in progress.

Original comment by shai.almog on 5 Aug 2012 at 3:14