#2599 closed bug (fixed)
droppable("destroy") doesn't remove "ui-droppable" class
Reported by: | acheetham | Owned by: | codesquare |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | Cc: | [email protected]… | |
Blocked by: | Blocking: |
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 (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | changed from paul to codesquare |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
See #2602.