#539 closed bug (fixed)
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
Note: See
TracTickets for help on using
tickets.