Search and Top Navigation
#3574 closed bug (notabug)
Opened November 13, 2008 08:56PM UTC
Closed December 19, 2008 01:02PM UTC
Last modified October 11, 2012 09:15PM UTC
appendTo fails in certain conditions
Reported by: | Flat Stanley | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.droppable | Version: | 1.6rc2 |
Keywords: | appendTo | Cc: | |
Blocked by: | Blocking: |
Description
the code in the attached file creates a sortable and a droppable. If a sortable object is dropped on the droppable, the object is removed from the sortable and appended to a different dom node.
The code works in 1.5.2 but not in 1.6rc2. The problem seems to be that appendTo is simply not doing anything.
appendTo works if you set helper to 'clone'. This is simply poorly documented, I'm working on the documentation.