#3206 closed bug (invalid)
Nesting Sortables is not working - connecting all groups of same class
Reported by: | mlang74 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In a scenario where you want to connect mutliple sort groups in a single jQuery call the nested sortables do not work.
$('.contentGroup').sortable({items:'.contentArea', handle:'.moveButton', connectWith:'.contentGroup', opacity:'.5'});
I have a sample html file including the css, and page script. See attached.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | Sortables_NestedError.html added |
---|
comment:1 Changed 14 years ago by
related to 3207 - sortable stops working when sorted items are made resizable
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please repost this to the UI Bug Tracker.
Note: See
TracTickets for help on using
tickets.
Demonstrates that nested sortables are not working