UI.Droppable bug in Firefox 3
Hi,
I've noticed a strange bug since I upgraded to Firefox 3. The "drop"
method gets called many times when an object is dropped. That number
of times varies randomly and goes up to 15 times so far in my tests.
$('div.test').droppable({
drop: function(ev, ui) {
// This gets called multiple times when the object is
dropped!!!!
}
....
});
It was working perfectly under FF2, also works fine under Safari and
IE 7.
Is anyone experiencing similar issues?
Thanks a lot,
Julien