Modify ↓
Ticket #840 (closed bug: worksforme)
BUG: "reference to undefined property e.fromElement" line 1348
| Reported by: | dossy@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | event | Version: | 1.1 |
| Keywords: | event hover | Cc: | |
| Blocking: | Blocked by: |
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.
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.

This works for me. Please feel free to reopen the ticket with a more detailed test case.