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)
Change History (3)
Changed May 13, 2009 11:51PM UTC by comment:1
Changed December 08, 2009 01:46AM UTC by 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 comment:3
component: | unfiled → event |
---|---|
resolution: | → invalid |
status: | new → closed |
Since there's no jQuery in the test case, I'd have to agree this isn't a jQuery bug.
Can you provide a test case in a file attachment? Thanks.