Modify ↓
Ticket #2261 (closed bug: wontfix)
Droppables/Sortables not triggered in scrollable divs
| Reported by: | SkeletonMan | Owned by: | stefan |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.3 |
| Component: | interface | Version: | 1.2.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I have a fixed size div (roughly 800px square) with overflow set to scroll. This contained div contains a few dozen smaller sortable divs (approx 200px square).
All of the divs that appear on the screen without scrolling work fine (I can drop them onto each other no problem), but anything below that point (seen once you scroll down) will drag fine, but cannot be dropped onto.
This occurs with regular droppables too, not just sortables.
Attachments
Change History
Changed 5 years ago by SkeletonMan
-
attachment
dragDropInterface.htm
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Test case. Note how any boxes below the scrolling point do not sort correctly.