#1720 closed bug (fixed)
Draggable Destory fails if element is set as draggable more than once
Reported by: | jonahfox | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
e.g
$('#my_obj').draggable() $('#my_obj').draggable()
now
$('#my_obj').draggableDestroy() fails to stop #my_obj being draggable. Similar problem with draggableDisable failing,
Change History (5)
comment:1 Changed 16 years ago by
Component: | core → ui |
---|
comment:2 Changed 16 years ago by
Owner: | set to paul |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
fixed!