#4140 closed defect (fixed)
DnD can be stopped by clicking the other mouse button from the mouse button that started the drag
Reported by: | Ben Lowery | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.0.2 |
Component: | DnD | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To repro: 1) Start a drag with the left mouse button 2) Click the right mouse button while holding down the left mouse button 3) Notice that the drag just stopped where ever you happened to be
It would be nice to force a drag to stop using the same mouse button that triggered it. If that's not feasible, maybe only the left mouse button can start / end a drag (for mouse events at least).
Change History (13)
comment:1 Changed 12 years ago by
Component: | General → DnD |
---|---|
Owner: | changed from anonymous to Eugene Lazutkin |
comment:2 Changed 12 years ago by
Milestone: | → 1.1 |
---|
comment:3 Changed 12 years ago by
Status: | new → assigned |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 12 years ago by
comment:6 Changed 12 years ago by
Milestone: | 1.1 → 1.0 |
---|
comment:7 Changed 12 years ago by
Milestone: | 1.0 → 1.0.1 |
---|
comment:9 Changed 12 years ago by
comment:10 Changed 12 years ago by
comment:11 Changed 12 years ago by
comment:12 Changed 12 years ago by
comment:13 Changed 12 years ago by
Milestone: | 1.0 → 1.0.2 |
---|
The trunk and the Dojo 1.0.2 branch is synced up.
Note: See
TracTickets for help on using
tickets.
(In [11065]) dnd: fixes #4140, thx blowery for the enhancement suggestion.