Side navigation
#8286 closed bug (duplicate)
Opened February 15, 2011 06:17PM UTC
Closed February 15, 2011 07:18PM UTC
Last modified February 15, 2011 07:18PM UTC
An element triggers a mouseout or mouseleave event when hovering over a child input text field contained within the element
Reported by: | mx9.8080@gmail.com | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5.1 |
Component: | event | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This bug is in Chrome only.
I have a div that contains an input text field. By default, the div is hidden and is shown on a button click event and hides on a mouseleave event.
In Chrome, if you hover over the containing text field, the mouseout/mouseleave event gets triggered and the div hides.
Use the following link to reproduce:
Steps for reproducing:
- Open up http://jsfiddle.net/2AKAp/3/ in Chrome
- Click on button to show the div
- Hover over anywhere in the div outside the text field and it should not hide
- Hover over the text field and the div hides
I have tried both mouseout and mouseleave events but no dice.
I tried attaching them to live handler as well but same results.