Skip to main content

Search and Top Navigation

#3981 closed bug (notabug)

Opened January 29, 2009 12:56PM UTC

Closed January 31, 2009 02:18AM UTC

Last modified October 11, 2012 09:15PM UTC

Droppable loses received element

Reported by: Marc Diethelm Owned by:
Priority: critical Milestone:
Component: ui.droppable Version:
Keywords: Cc: boo@chic-happens.ch
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 (3)

Changed January 31, 2009 02:18AM UTC by rdworth comment:1

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.

Changed January 31, 2009 04:11AM UTC by Marc Diethelm comment:2

Oops! Granted.

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

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted