Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

