[jQuery] Problems with droppable hoverClass in Firefox

[jQuery] Problems with droppable hoverClass in Firefox


Hi There,
I made a test page, in which i made the grey bars labeled "click me"
draggable. Now, when dragged, i want some droppable divs to show up
(with grey border), and if i hover over them, the background should
change. On Drop, there should be an alert.
http://dirth.stimme.net/jtest/jtest.html
In IE, surprisingly, all works great. But if i try to move the
draggables over the droppables in Firefox, the hoverClass of the
droppables never gets activated and i can't drop the draggable on the
droppables either. But if i drag the draggables on the one droppable
on the right side of the screen, the SAME code works just fine.
So, please, can you explain to me where the mistake is in my code?
Would be great, thanks.
Daniel