Bug Tracker

Modify

Ticket #539 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by stefan

  • Status changed from new to closed
  • Resolution set to fixed

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.