Search and Top Navigation
#5181 closed bug (wontfix)
Opened February 13, 2010 03:30PM UTC
Closed October 12, 2010 01:14AM UTC
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 (2)
Changed February 14, 2010 01:39AM UTC by comment:1
milestone: | TBD → 1.8 |
---|
Changed October 12, 2010 01:14AM UTC by comment:2
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.