Opened 14 years ago
Closed 13 years ago
#4656 closed bug (invalid)
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 (4)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Use the mouseenter and mouseleave events rather then mouseover and mouseout. Mouseover and mouseout bubble up from children.
This is not a jQuery bug.
comment:3 Changed 13 years ago by
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.
Note: See
TracTickets for help on using
tickets.
Can you provide a test case in a file attachment? Thanks.