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
You can edit the text in a editable = false LineEdit by doubling clicking a word, holding the 2nd click, and dragging.
Steps to reproduce
In a TextEdit with readonly=true you can double click the text, hold the 2nd click, and drag. This lets you mark full words without needing to be careful about word edges. This is expected behavior.
However, in a LineEdit with editable=false doing the same double click, hold 2nd click, and drag the word you originally clicked moves along with it.
Also: TextEdit has a readonly flag but LineEdit has an editable flag. this isn't a bug so much as annoying inconsistency. I believe there is other inconsistency between these two as well.
Godot version
3.4.stable
System information
Win10. Shouldn't matter.
Issue description
You can edit the text in a
editable = false
LineEdit by doubling clicking a word, holding the 2nd click, and dragging.Steps to reproduce
In a
TextEdit
withreadonly=true
you can double click the text, hold the 2nd click, and drag. This lets you mark full words without needing to be careful about word edges. This is expected behavior.However, in a
LineEdit
witheditable=false
doing the same double click, hold 2nd click, and drag the word you originally clicked moves along with it.Minimal reproduction project
Line Edit Error.zip
The text was updated successfully, but these errors were encountered: