[jQuery] Hover bug with scrollbars
On elements with overflow:auto; set so they have a vertical scrollbar,
the on-hover event fires when the mouse hovers over the element. When
the mouse leaves the element by passing over the scrollbar, the off-
hover event does not fire.
I've tested this on Firefox 3, and it seems to be reproducible.
Is this a jQuery bug?