Skip to main content

Bug Tracker

Side navigation

#5290 closed bug (invalid)

Opened September 25, 2009 03:22AM UTC

Closed June 25, 2010 02:59AM UTC

Mousing over element with 'title' attribute breaks hover()

Reported by: ttrefren Owned by: brandon
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: hover(), title Cc: ttrefren@gmail.com
Blocked by: Blocking:
Description

I have a div that expands on hover and closes on mouseout. This div contains elements with the 'title' attribute.

The mouseout event is fired prematurely after displaying the element title and moving the mouse, while still hovering over the initial element.

This bug is not present in Safari, but is present in Firefox 3.53

Attachments (0)
Change History (3)

Changed September 26, 2009 02:21PM UTC by dmethvin comment:1

Is this even fixable in jQuery? It sounds like a Firefox bug. Can you provide a simple test case?

Changed September 28, 2009 07:57PM UTC by ttrefren comment:2

Changed June 25, 2010 02:59AM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

No test case.