Opened 14 years ago
Closed 14 years ago
#3223 closed enhancement (fixed)
DnD: delay starting the move
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | DnD | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
From Ben Lowery: only start the move after the mouse has been dragged a certain number of pixels from the mousedown location.
I think it should be applied to regular DnD operations, and to the move operation.
Change History (4)
comment:1 Changed 14 years ago by
Component: | General → DnD |
---|
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [8956]) Implements enhanced styles of drag detection, and customizable Mover. Includes box-constrained, and parent-constrained movers. A grid mover is implemented as an example of custom mover. Refs #3223. Refs #3224.