Opened 15 years ago
Closed 15 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 15 years ago by
Attachment: | dragDropInterface.htm added |
---|
comment:1 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.
Note: See
TracTickets for help on using
tickets.
Test case. Note how any boxes below the scrolling point do not sort correctly.