Skip to main content

Bug Tracker

Side navigation

#539 closed bug (fixed)

Opened December 18, 2006 09:54PM UTC

Closed January 02, 2007 07:14AM UTC

Last modified June 20, 2007 02:57AM UTC

Draggable isn't destroyed correctly

Reported by: joern Owned by: paul
Priority: major Milestone:
Component: interface Version:
Keywords: Cc:
Blocked by: Blocking:
Description

Trying to reapply a draggable to a DOM object after DraggableDestroy? will not work and result in repeated "elm has no properies" errors.

Solution:

add:

this.isDraggable=false;

right after

this.dragElem = null;

in line 23

Attachments (0)
Change History (1)

Changed January 02, 2007 07:14AM UTC by stefan comment:1

resolution: → fixed
status: newclosed