Modify ↓
Ticket #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.2.2 |
| Component: | ui | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
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.
