Skip to main content

Bug Tracker

Side navigation

#9211 closed bug (duplicate)

Opened May 10, 2011 01:31PM UTC

Closed May 10, 2011 02:32PM UTC

Last modified May 10, 2011 02:32PM UTC

wrong event type

Reported by: j.koehler@modulingo.de 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?

Attachments (0)
Change History (2)

Changed May 10, 2011 02:32PM UTC by rwaldron comment:1

component: unfiledevent
priority: undecidedblocker
resolution: → duplicate
status: newclosed

Changed May 10, 2011 02:32PM UTC by rwaldron comment:2

Duplicate of #9069.