Ticket #4445 (closed bug: fixed)
containment ignored when scrolling in overflow div
| Reported by: | ThrushAAX | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.13 |
| Component: | ui.draggable | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
see http://jqueryui.com/demos/draggable/#constrain-movement
Keep the overflowed div scrolled to the top. Drag the orange box down so that the frame scrolls. The box keeps dragging out of its parent...
Also tested against trunk but had to decrease the height of #demo-frame
Change History
comment:3 in reply to: ↑ description Changed 3 years ago by dahlb
bump (can't find a subscribe, assuming a commenter will be notified of changes)
comment:4 Changed 2 years ago by Ed4
I have a fix on github: https://github.com/jquery/jquery-ui/pull/192
comment:5 Changed 2 years ago by Scott González
- Status changed from accepted to closed
- Resolution set to fixed
Merge pull request #192 from ef4/master.
Fixed #4445 containment ignored when scrolling in overflow div
Changeset: d09599b201f9a59367c41d13cd38741b0c0103fe
comment:6 Changed 2 years ago by Edward Faulkner
Draggable: containment now updates dynamically to handle scrolling container. Fixed #4445 containment ignored when scrolling in overflow div (cherry picked from commit d62074961171ea00deaae34890b78f917d21bf68)
Changeset: a6d8fd1480d1d020a32cad015b43689fdefec352

