Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 3 years ago by macarthy
-
attachment
draggable_options.patch
added
Note: See
TracTickets for help on using
tickets.


new tests for contrain by array