Opened 16 years ago
Closed 16 years ago
#840 closed bug (worksforme)
BUG: "reference to undefined property e.fromElement" line 1348
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | event | Version: | 1.1 |
Keywords: | event hover | Cc: | |
Blocked by: | Blocking: |
Description
Using jQuery 1.1's hover(), when hovering in and out of the element, the following warning is being written to the Firebug console:
reference to undefined property e.fromElement handleHover( ) jquery.js (line 1348) handle( ) jquery.js (line 1244) var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTar...
The effect of this is that the hover/mouseout callbacks aren't being fired at the right times.
This is on Firefox 1.5.0.9.
Note: See
TracTickets for help on using
tickets.
This works for me. Please feel free to reopen the ticket with a more detailed test case.