Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#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)

droppable.received-lost.html (1.4 KB) - added by Marc Diethelm 14 years ago.
reduced testcase

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Marc Diethelm

reduced testcase

comment:1 Changed 14 years ago by rdworth

Resolution: invalid
Status: newclosed

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 Marc Diethelm

Oops! Granted. Maybe your explanation should be part of the documentation..!

comment:3 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.