Modify ↓
Ticket #2599 (closed bug: fixed)
droppable("destroy") doesn't remove "ui-droppable" class
| Reported by: | acheetham | Owned by: | codesquare |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | a.cheetham@… | |
| Blocking: | Blocked by: |
Description
Note: This bug was observed in a checkout of jquery.ui trunk as of March 25, 2008
A call to droppable("destroy") does not remove the "ui-droppable" class from the element. Any further event handling that uses the class to identify droppables (e.g. drop handling) incorrectly identifies the element as still being a droppable.
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.

See #2602.