Opened 14 years ago
Closed 14 years ago
#3862 closed bug (fixed)
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.
Change History (3)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It seems that this changeset:1637 made it happen.