Opened 11 years ago
Closed 11 years ago
#8956 closed bug (notabug)
Dynamically add containers for sortable - connectWith can not be updated
Reported by: | evdthiel | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.sortable | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When creating several containers and adding an extra one dynamically on page, you can not drag items from existing containers to the new on.
As example see http://jsfiddle.net/ahUeH/: drag an item to the green container. This creates a new container and places the item in the new container. This item can be moved to another container, but it is not possible to move an item to it.
Note: See
TracTickets for help on using
tickets.
There are two big things going on here:
1) Cloning widgets is not supported. 2) You're not making the new element sortable.
http://jsfiddle.net/ahUeH/1/