Modify ↓
Ticket #539 (closed bug: fixed)
Draggable isn't destroyed correctly
| Reported by: | joern | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | interface | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
