Bug Tracker

Modify

Ticket #6013 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

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

  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?

Attachments

HTMLPage.htm Download (2.0 KB) - added by marcstober 3 years ago.

Change History

Changed 3 years ago by marcstober

comment:1 Changed 3 years ago by john

  • Owner set to john
  • Status changed from new to assigned
  • Component changed from unfilled to event

comment:2 Changed 3 years ago by john

  • Status changed from assigned to closed
  • Resolution set to fixed

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.