Bug Tracker

Modify

Ticket #6833 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

.live() mapping to "mouseenter mouseleave" events in IE8 bug

Reported by: bmatto Owned by:
Priority: Milestone: 1.4.3
Component: event Version: 1.4.2
Keywords: live hover Cc:
Blocking: Blocked by:

Description

Attaching "hover" or "mouseenter mouseleave" to live() has "flickering" problem in IE8:

ex:

$("table tr").live("hover", function(e){

if(e.type="mouseover"){

something awesome!

}else{

the reverse of awesome!

}

});

Works in all tested browsers accept IE8 ... where the mouseeenter and mouseleave intended interactions fail to the mouseover and mouseout interactions thus the "flickering" occurs.

Change History

comment:1 Changed 3 years ago by dmethvin

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

Please reopen and attach a complete test case file that fills in the awesome.

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.