Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.0
-
None
-
Nexus 5, Android 4.4.2
Description
Steps to reproduce:
1. Start the "code editor" example
2. Click to open keyboard
3. Write "abc"
4. Hit enter (you will now get a new line, but cursor doesn't move)
5. Write "a" (you now get abc on line one and abca on line 2)
The editor is now in a very weird state. Clicking on line #1 for instance gives you two cursor, one which is blinking and one which is not. Backspace removes characters in line #2, and the visibility of the cursor in line #1 depends on whether line #2 has enough characters to contain its position.
Note that the code editor is listed as an "android" compatible example in the documentation.
Attachments
Issue Links
- relates to
-
QTBUG-37511 Android: Software keyboard problems
- Closed