You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description:
When a zone of text is selected and replaced in LineEdit, delete operations afterwards will behave in a buggy way, randomly replacing and adding characters.
Related to #27065 , but as far as I know it's not caused by the same bug.
Steps to reproduce:
Create an empty project, add Node2D and LineEdit.
Export to Android.
Type a line in LineEdit on Android, for example "A very good game"
Select a zone of text, for example the last 3 characters "ame"
Replace the selected text with any character or backspace.
Continue using backspace after that. It will delete and add random characters in the same time.
The text was updated successfully, but these errors were encountered:
Godot version:
3.2 c7ad8f5
OS/device including version:
Android 9, Huawei
Issue description:
When a zone of text is selected and replaced in LineEdit, delete operations afterwards will behave in a buggy way, randomly replacing and adding characters.
Related to #27065 , but as far as I know it's not caused by the same bug.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: