Opened 13 years ago
Closed 12 years ago
#5181 closed bug (wontfix)
No test for Constraints when Array passed : Patch included
Reported by: | macarthy | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.draggable | Version: | 1.8rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The docs mention that an array can be used to constrain an item being dragged. I believe there is a bug, in constraining the element in that the Constraints do not take into consideration the height/width of the element being dragged.
I've created a patch with 2 new tests, one passes (when dragged up and left) and one fails (down and right).
My first bug report and patch, so be gentle :-)
From the docs:
Constrains dragging to within the bounds of the specified element or region. Possible string values: 'parent', 'document', 'window', [x1, y1, x2, y2].
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | draggable_options.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Containing by an array will be dropped in the draggable rewrite. This should be built as an extension by modifying ui.position in the drag event.
Note: See
TracTickets for help on using
tickets.
new tests for contrain by array