Closed codenameone closed 9 years ago
Comment #1 originally posted by codenameone on 2015-02-01T06:58:16.000Z:
We recently made a fix for a regression introduced in text input on iOS. Can you check that it resolved this issue? If not we'll reopen it.
I finally had time to go on with the app development. I hoped everything was ok now, but the app still hangs with above code :(.
Original issue 1295 created by codenameone on 2015-01-18T14:05:36.000Z:
What steps will reproduce the problem?
What is the expected output? What do you see instead? Expected output is a smooth textfield.
What version of the product are you using? On what operating system? iOS 7. On Android, this is working well, as well as in the simulator.
Please provide any additional information below. The hanging app is caused by a scrollable container. When the AutoCompleteTextField is not in a scrollable container, everything is OK. On Android, this is working OK, but on iOS (ios 7, didn't test on another version), it's not. This is seen on the new VM as well on the old VM. When typing a word that's already in the list, the autocompletetextfield is working OK. When using a model instead of an Array, the same problem occurs.