Opened 6 years ago
Last modified 3 years ago
#18397 assigned defect
Text selection prevented after mouse down on dojox/mdnd/Moveable object
Reported by: | Nick Nisi | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Dojox | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To reproduce, go to http://jsfiddle.net/nicknisi/8h364x90/1/ and drag one of the Moveable objects. Then, try and select text on the page. It looks like dojox/mdnd/Moveable stops selection on mouse down but then doesn't clear that listener afterwards.
Change History (9)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
I cleaned up the fiddle as well http://jsfiddle.net/nicknisi/8h364x90/2/
comment:3 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 6 years ago by
Milestone: | tbd → 1.11 |
---|
comment:5 follow-up: 6 Changed 4 years ago by
It appears this is only in master - are there any plans to backport this?
comment:6 Changed 4 years ago by
Replying to mssskhalsa:
It appears this is only in master - are there any plans to backport this?
Well it's definitely in 1.11 rather than just master, right?
If there's agreement that this is a fix and not a change in behavior, we can easily backport it to 1.10.x and earlier as appropriate.
comment:7 Changed 4 years ago by
Milestone: | 1.11 → 1.12.3 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Reopen to consider backporting.
comment:8 Changed 4 years ago by
Owner: | changed from Adam Peller to dylan |
---|---|
Status: | reopened → assigned |
comment:9 Changed 3 years ago by
Milestone: | 1.12.3 → 1.14 |
---|
Submitted pull request https://github.com/dojo/dojox/pull/153