Skip to main content

Search and Top Navigation

#8956 closed bug (notabug)

Opened January 11, 2013 02:01PM UTC

Closed January 11, 2013 02:47PM UTC

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.

Attachments (0)
Change History (1)

Changed January 11, 2013 02:47PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

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/