Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double-click to select full text in LineEdit does not working #52975

Closed
Chaosus opened this issue Sep 23, 2021 · 1 comment · Fixed by #52979
Closed

Double-click to select full text in LineEdit does not working #52975

Chaosus opened this issue Sep 23, 2021 · 1 comment · Fixed by #52979

Comments

@Chaosus
Copy link
Member

Chaosus commented Sep 23, 2021

Godot version

8c8feb3

System information

Windows 10

Issue description

It's possible to select a text by double-clicking at the end of LineEdit in 3.x:
select_3 x

But it's not possible in 4.0:
select_4 0

Steps to reproduce

You can observe it in the LineEdit in the FileSystem ^^

Minimal reproduction project

Too easy to reproduce

@jmb462
Copy link
Contributor

jmb462 commented Sep 23, 2021

The problem is that double clic word selection is broken after the last word.
Because of that, triple clic whole text selection is never detected after the last word (triple clic timer is not correctly updated)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants