Opened 15 years ago
Closed 13 years ago
#2171 closed enhancement (invalid)
allow containing draggable elements within the window
Reported by: | scottgonzalez | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.3 |
Component: | ui | Version: | 1.2.2 |
Keywords: | draggable containment window | Cc: | |
Blocked by: | Blocking: |
Description
Add support for containing draggable elements within the window.
$('#drag').draggable({ containment: window });
I've added a patch, but the behavior is a little strange in Opera because if you move your mouse out of the window while dragging, the page will scroll. The containment behaves as expected in other tested browsers (IE 6, Firefox 2, Safari 3 for Windows).
Attachments (2)
Change History (5)
Changed 15 years ago by
Attachment: | containmentwindow.patch added |
---|
Changed 15 years ago by
Attachment: | containment-window-fixed.patch added |
---|
comment:1 Changed 15 years ago by
I just added a new patch which includes fixed position support (requires patch from #2161).
comment:2 Changed 15 years ago by
In IE, the containment is off by the size of the scrollbar for elements that have fixed or absolute positioning.
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
with fixed position support