Side navigation
#6013 closed bug (fixed)
Opened February 02, 2010 09:47PM UTC
Closed February 13, 2010 10:46AM UTC
hover event fires incorrectly over scrollbar of UL element in Firefox
Reported by: | marcstober | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.4.2 |
Component: | event | Version: | 1.4.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
1. Create a UL element with overflow-y: scroll.
2. Attach a hover out event.
3. When you hover over the scrollbar, in jQuery 1.4.1 and Firefox 3.5.7, the hover out event is fired. In previous jQuery 1.3.2 (and in 1.4.1 with IE6) the event is not fired until you have actually moved the mouse out past the border of the element (away from scrollbar).
See attached HTML for example.
I am using this for a drop-down menu with scrolling. The menu should disappear when the user moves the mouse out - instead it is disappearing when user tries to scroll. Preventing upgrade from 1.3.2 to 1.4.1 for my project.
Quick search showed reports of an older bug where hover event did not fire in FF - maybe regression bug in 1.4?