-
Notifications
You must be signed in to change notification settings - Fork 569
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
Text selection: Mouse double click should select a word, and allow highlighting by words #1570
Labels
enhancement
adds or requests a new feature
Milestone
Comments
Agree, this is an oversight. I'm not sure how it will interact with IME, but that's something to keep in mind. The behaviours you describe are also standard on macOS. |
cmyr
added a commit
that referenced
this issue
Mar 18, 2021
This implements the behaviour where the selection behaviour of a drag gesture varies depending on whether the drag starts from a single, double, or triple-click. - closes #1570
cmyr
added a commit
that referenced
this issue
Mar 19, 2021
This implements the behaviour where the selection behaviour of a drag gesture varies depending on whether the drag starts from a single, double, or triple-click. - closes #1570
cmyr
added a commit
that referenced
this issue
Mar 19, 2021
This implements the behaviour where the selection behaviour of a drag gesture varies depending on whether the drag starts from a single, double, or triple-click. - closes #1570
cmyr
added a commit
that referenced
this issue
Mar 30, 2021
This implements the behaviour where the selection behaviour of a drag gesture varies depending on whether the drag starts from a single, double, or triple-click. - closes #1570
cmyr
added a commit
that referenced
this issue
Mar 30, 2021
This implements the behaviour where the selection behaviour of a drag gesture varies depending on whether the drag starts from a single, double, or triple-click. - closes #1570
richard-uk1
pushed a commit
to richard-uk1/druid
that referenced
this issue
Apr 6, 2021
This implements the behaviour where the selection behaviour of a drag gesture varies depending on whether the drag starts from a single, double, or triple-click. - closes linebender#1570
In the flex example of the master branch, a word is still not selected in the text box after double-clicking the mouse. |
@ngugcx what platform are you on? |
Windows 10. @cmyr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tested on TextBox with Windows 10, following didn't work:
Not sure how these are implemented in other OS's but that is a common in Windows 10.
Additionally there is sometimes (Notepad++, Google Chrome):
The text was updated successfully, but these errors were encountered: