LineEdit, TextEdit nodes problem. Incorrect text editing on android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Anynak

If you move the caret to the middle of the text, when you type the keyboard copies a section of the text.

If you type
aaaaabbbbcccc|
move the caret inbetween the a and b
aaaaa|bbbbcccc
and type d, you get
aaaaabbbbccccd|bbbbcccc
instead of the expected
aaaaad|bbbbcccc

The problem is noticed on an android with Google keyboard. No problem editing text on PC.

I have had the same problem. From searching it seems like the autocorrect, if turned off will help the situation. However this really needs to be fixed.

ondesic | 2020-09-18 18:05