Opened 14 years ago
Closed 14 years ago
#2214 closed enhancement (fixed)
Cancel Drag and Drop with Escape Key
Reported by: | Owned by: | Eugene Lazutkin | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | DnD | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently, drag and drop operations cannot be intuitively canceled by any means that I know of other than releasing the item over something that is not a drop target. It would be helpful to be able to cancel drag and drop by clicking ESC. For an example of another DHTML tool that allows this action, see the DragModule? of in the DHTMLKitchen at: http://dhtmlkitchen.com/scripts/draglib/demo/
Change History (3)
comment:1 Changed 14 years ago by
Component: | General → DnD |
---|---|
Milestone: | → 0.9 |
Owner: | changed from anonymous to alex |
comment:2 Changed 14 years ago by
Owner: | changed from alex to Eugene Lazutkin |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [8989]) Now ESCAPE cancels the drag. Fixes #2214.