codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
https://www.codenameone.com/
Other
1.71k stars 405 forks source link

Autocompletetextfield on iOS let app hang #1216

Closed codenameone closed 9 years ago

codenameone commented 9 years ago

Original issue 1217 created by codenameone on 2014-10-20T19:04:41.000Z:

What steps will reproduce the problem?

  1. Insert an AutocompleteTextfield in a Form or container
  2. Make a build for iOS
  3. Type text in the Autocomplete Textfield

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

The expected output is that I can type, probably select something from the list and go on. What happens is that the app hangs after typing some keys, the keyboard stays visible but it's not possible to type on it anymore, since everything hangs. It's possible to tap on the 'home' button and kill the app (so only the app hangs, not the whole tablet/smartphone).

What version of the product are you using? On what operating system?

This only happens on iOS. Only tested on iOS 7 / iPad 2. Using the most recent plugin on Netbeans 8. On Android, there is no problem.

codenameone commented 9 years ago

This issue was fixed a while back