problem for text inputs and edits when selecting text then pressing backspace
-
wrote on 28 Jul 2019, 06:29 last edited by developer-123 0
in qml and c++ text boxes like QTextEdit and QLineEdit .. etc
when I select the text in the box either by 2 touches or by moving the cursor to select the text or pressing select all from the android context menu, then pressing backspace to delete the contents the content is deleted but !
when I retype again then press space the deleted content appears again after the word I wrote
I even tried to install an event filter and handle backspace key
the filter works well and my functions deletes the selected text or the last letter but also the same behavior happens -
in qml and c++ text boxes like QTextEdit and QLineEdit .. etc
when I select the text in the box either by 2 touches or by moving the cursor to select the text or pressing select all from the android context menu, then pressing backspace to delete the contents the content is deleted but !
when I retype again then press space the deleted content appears again after the word I wrote
I even tried to install an event filter and handle backspace key
the filter works well and my functions deletes the selected text or the last letter but also the same behavior happens@developer-123-0 Sounds like a bug to me.
Which Qt version is this? -
wrote on 29 Jul 2019, 09:53 last edited by developer-123 0
@jsulm I use qt 5.13 built with ndk r20 and using android-clang
did you also see the same problem ? -
@jsulm I use qt 5.13 built with ndk r20 and using android-clang
did you also see the same problem ?@developer-123-0 said in problem for text inputs and edits when selecting text then pressing backspace:
did you also see the same problem
No, but I don't do anything on Android currently.
You can check Qt bug tracker.
1/4