Opened 13 years ago
Closed 13 years ago
#5290 closed bug (invalid)
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: | [email protected]… |
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
Note: See
TracTickets for help on using
tickets.
Is this even fixable in jQuery? It sounds like a Firefox bug. Can you provide a simple test case?