#3574 closed bug (notabug)
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.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | connectToSortable.html added |
---|
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
appendTo works if you set helper to 'clone'. This is simply poorly documented, I'm working on the documentation.