Opened 14 years ago
Closed 14 years ago
#3224 closed enhancement (fixed)
DnD: constrained moves
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:
- constrain the move to one axis and within the window
- constrain the move to one axis and multiple ranges within that axis (on x, 0-10 is ok, 11-100 is not, 100 -> viewport width is ok)
- constrain the move to the viewport
Viewport is the portion of the overall document that's currently viewable.
Change History (9)
comment:1 Changed 14 years ago by
Owner: | changed from anonymous to Eugene Lazutkin |
---|
comment:2 Changed 14 years ago by
Component: | General → DnD |
---|
comment:3 Changed 14 years ago by
Status: | new → assigned |
---|
comment:4 Changed 14 years ago by
comment:5 Changed 14 years ago by
Need more testing on different browsers. I saw some small artifacts related to non-zero margins, and paddings on Opera.
comment:7 Changed 14 years ago by
comment:8 Changed 14 years ago by
comment:9 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.