Changes between Initial Version and Version 2 of Ticket #428
- Timestamp:
- Dec 18, 2006, 4:55:07 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #428
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
fx
tointerface
-
Property
Summary
changed from
Draggable isn't destoyrd correctly
tospam
- Property Owner changed from john to stefan
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #428 – Description
initial v2 1 Trying to reapply a draggable to a DOM object after DraggableDestroy will not work and result in repeated "elm has no properies" errors.2 3 Solution:4 5 add:6 7 this.isDraggable=false;8 9 right after10 11 this.dragElem = null;12 13 in line 23