#549 closed bug (fixed)
Droppable removes all class names on hover when activeclass not initialized
Reported by: | Owned by: | stefan | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | interface | Version: | |
Keywords: | droppable, class, hover | Cc: | |
Blocked by: | Blocking: |
Description
The Interface Droppable documentation lists activeclass as an optional parameter. However, when no value is provided, hovering causes all class names to be removed from the element.
Furthermore, if the value is omitted, rather than being initialized to an empty string, "undefined" is appended to the element's class in FF 1.5.
This will probably require changes at least to lines 140 and 160 in idrop.js. Possibly 62, 102, 181 and 227, as well.
Note: See
TracTickets for help on using
tickets.