Side navigation
#840 closed bug (worksforme)
Opened January 17, 2007 06:49PM UTC
Closed January 31, 2007 04:58PM UTC
BUG: "reference to undefined property e.fromElement" line 1348
Reported by: | dossy@panoptic.com | 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.
Attachments (0)
Change History (1)
Changed January 31, 2007 04:58PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
This works for me. Please feel free to reopen the ticket with a more detailed test case.