Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.3.1
-
iOS
Description
Run attached example.
1. Click into the TextEdit somewhere to the right of 'some'. The virtual keyboard will appear and the cursor will be at the end of 'some'.
2. Hit the light-grey Rectangle. It will invoke TextInsert::insertQTextCursor() to insert 'xxxxText' using QTextCursor -> cursor blinks at the end of 'xxxxText'
3. Hit delete on the virtual keyboard -> cursor jumps to the last 'x' and deletes it.
It should delete from the end (cursor blinking position) and not from the middle of the text.
After investigation found that change https://qt.gitorious.org/qt/qtbase/commit/7eb8b67c8bc8e69b3dd6fb39dde09ac36f56e538 cause the issue.