Hi guys,
Hoping to get some help with this. I'm pretty sure it's a jQuery UI bug.
Basically I'm using sortable to sort a list of categories. When I drag the sortable over a category I want it to expand. To achieve this I'm using $.droppable().
The problem is that when the element expands it seems to screw with the hover intersect calculation.
Here's an example that demonstrates the issue:
http://jsfiddle.net/leevigraham/FASBu/4/
So is this a bug with $.droppable()?
Cheers Leevi