Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#9211 closed bug (duplicate)

wrong event type

Reported by: [email protected] Owned by:
Priority: blocker Milestone: 1.next
Component: event Version: 1.6
Keywords: Cc:
Blocked by: Blocking:

Description

$('ul > li').live('mouseenter mouseleave',function(event){

if (event.type == 'mouseenter') {

event type is mouseover

bug?

Change History (2)

comment:1 Changed 12 years ago by Rick Waldron

Component: unfiledevent
Priority: undecidedblocker
Resolution: duplicate
Status: newclosed

comment:2 Changed 12 years ago by Rick Waldron

Duplicate of #9069.

Note: See TracTickets for help on using tickets.