godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
89.04k stars 20.19k forks source link

Android code editor indents heavily for interacting #96964

Open SalticHash opened 4 days ago

SalticHash commented 4 days ago

Tested versions

System information

Android 14

Issue description

When you select lines in the code editor, a lot of out of place indentation appear, making the code have lots of indentation errors.

Steps to reproduce

Open a script and star selecting lines. Example video appended.

https://github.com/user-attachments/assets/320f946e-693a-45d1-9c37-c6c5b42cd390

Minimal reproduction project (MRP)

N/A

HolonProduction commented 4 days ago

How are you changing the cursor position? Are you clicking the edit or changing it using the soft keyboard?

SalticHash commented 4 days ago

How are you changing the cursor position? Are you clicking the edit or changing it using the soft keyboard?

I am just touching the screen with my finger.