Details
-
Bug
-
Resolution: Moved
-
P2: Important
-
None
-
5.14.1
Description
The area used by the keyboard is incorrectly reported when a Flickable is in place. This is causing it to hide any cursor that is in a TextArea as it is not possible to automatically adjust as a result.
The example attached has the solution in place to move the Flickable up when needed to show the cursor. To reproduce click inside TextArea editable 11 and then press enter and the cursor will end up under the keyboard.
If you scroll to one near the end, such as TextArea editable 17 and do the same, then it works fine.
Attachments
Issue Links
- depends on
-
QTBUG-91073 Android: cursor movement in TextEdit is not tracked, so it can go behind the soft-keyboard
- Closed
-
QTBUG-91035 When TextEdit's cursor goes out of bounds of a parent Flickable, the Flickable does not adjust its content coordinates.
- Reported
- relates to
-
QTBUG-62529 [Android]: When a TextEdit is in between two items then clicking on the TextEdit will cause the application to resize when showing the keyboard which means it does not place the cursor correctly
- Closed
- resulted in
-
QTBUG-91073 Android: cursor movement in TextEdit is not tracked, so it can go behind the soft-keyboard
- Closed
-
QTBUG-91035 When TextEdit's cursor goes out of bounds of a parent Flickable, the Flickable does not adjust its content coordinates.
- Reported