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.72k stars 409 forks source link

[BUG] Android AutoCompleteTextField shows its popup under the VKB #2907

Closed jsfan3 closed 5 years ago

jsfan3 commented 5 years ago

This is another new recent issue for which I didn't find a test case. I try to describe it: I have an AutoCompleteTextComponent about in the middle of the screen, when it gets the focus and the Android VKB is shown, I have the AutoCompleteTextComponent visible and under few millimetres the VKB visible, so... there is not space for the autocomplete popup under the field, but there is enough space on the top of it. The problem is that the popup is always shown under the VKB, so it's not visible. It becomes visible only if I close the VKB, but of course it's not intuitive for the user.

jsfan3 commented 5 years ago

I close this issue because I replace it with the RFE #2911.