Bug Tracker

Modify

Ticket #840 (closed bug: worksforme)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by brandon

  • Status changed from new to closed
  • Resolution set to worksforme

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.