Search and Top Navigation
#3862 closed bug (fixed)
Opened January 16, 2009 06:07PM UTC
Closed January 17, 2009 12:51PM UTC
droppable: hoverClass and activeClass not working properly
Reported by: | bohdan.ganicky | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.droppable | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When options hoverClass and activeClass are used, Firebug throws errors and the droppable stops working correctly. You can see that for example on this demo: http://jquery-ui.googlecode.com/svn/trunk/demos/droppable/accept.html
Errors from Firebug:
ui is not defined
http://jquery-ui.googlecode.com/svn/trunk/ui/ui.droppable.js
Line 70
ui is not defined
http://jquery-ui.googlecode.com/svn/trunk/ui/ui.droppable.js
Line 80
ui is not defined
http://jquery-ui.googlecode.com/svn/trunk/ui/ui.droppable.js
Line 113
Everything seems to be working well when omitting these two options.
It seems that this changeset:1637 made it happen.