Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6833 closed bug (invalid)

.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:
Blocked by: Blocking:

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 (1)

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

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

Note: See TracTickets for help on using tickets.