Opened 15 years ago
Closed 15 years ago
#2940 closed bug (fixed)
Placing Items In Empty Sortable Lists
Reported by: | anonymous | Owned by: | paul |
---|---|---|---|
Priority: | critical | Milestone: | 1.5 |
Component: | ui.sortable | Version: | 1.5rc1 |
Keywords: | multiple sortable lists | Cc: | |
Blocked by: | Blocking: |
Description
If you have multiple sortable lists, such as the functional example at UI JQuery, you can't move items back into a list if the list was emptied of items. In other words if have 2 list of 2 items and you put all 4 items in the 1st list, that 2nd list dies! Can not longer be used.
Note: See
TracTickets for help on using
tickets.
This has been fixed - it's not reflected in the functional demos yet, but you have to make sure that the list iself actually has a width and height with no elements, and then it'll work fine.