Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 5 years ago by mlang74
-
attachment
Sortables_NestedError.html
added
comment:1 Changed 5 years ago by mlang74
related to 3207 - sortable stops working when sorted items are made resizable
comment:2 Changed 5 years ago by flesler
- Status changed from new to closed
- Resolution set to invalid
Please repost this to the UI Bug Tracker.
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.

Demonstrates that nested sortables are not working