Opened 13 years ago
Closed 13 years ago
#6013 closed bug (fixed)
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
- Create a UL element with overflow-y: scroll.
- Attach a hover out event.
- 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?
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | HTMLPage.htm added |
---|
comment:1 Changed 13 years ago by
Component: | unfilled → event |
---|---|
Owner: | set to john |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed. http://github.com/jquery/jquery/commit/6a82f2ae63263ed9deaff9d9dcc775a2c0cde343