Skip to main content

Bug Tracker

Side navigation

#4656 closed bug (invalid)

Opened May 13, 2009 02:45PM UTC

Closed June 13, 2010 02:47AM UTC

mouseout / mouseover on disabled control

Reported by: orzech Owned by:
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

There is a strange bug on FF and webkit.

When you have : for example drop-down menu which (contains a disabled button,checkbox...) and is shown or hidden when you mouseover and mouseout, strange thing happens when you mouseover this disabled button - event mouseout occurs but the event mouseover does not.

Attachments (1)
  • mouseover.html (0.6 KB) - added by orzech May 14, 2009 03:03PM UTC.

    example

Change History (3)

Changed May 13, 2009 11:51PM UTC by dmethvin comment:1

Can you provide a test case in a file attachment? Thanks.

Changed December 08, 2009 01:46AM UTC by petersendidit comment:2

Use the mouseenter and mouseleave events rather then mouseover and mouseout. Mouseover and mouseout bubble up from children.

This is not a jQuery bug.

Changed June 13, 2010 02:47AM UTC by dmethvin comment:3

component: unfiledevent
resolution: → invalid
status: newclosed

Since there's no jQuery in the test case, I'd have to agree this isn't a jQuery bug.