#3981 closed bug (notabug)
Droppable loses received element
Reported by: | Marc Diethelm | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ui.droppable | Version: | |
Keywords: | Cc: | [email protected]… | |
Blocked by: | Blocking: |
Description
When dropping an element from a draggable receive fires but the element is not added in DOM.
Tested with latest. Attaching testcase.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | droppable.received-lost.html added |
---|
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Droppables are not designed to do any DOM manipulation (moving, cloning, adding) when a draggable is dropped. It's a notification event with no default behavior (side effects). It's entirely up to the developer what to do in the drop event.
comment:2 Changed 14 years ago by
Oops! Granted. Maybe your explanation should be part of the documentation..!
Note: See
TracTickets for help on using
tickets.
reduced testcase