Skip to main content

Bug Tracker

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:

http://jsfiddle.net/2AKAp/3/

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
Attachments (0)
Change History (3)

Changed February 15, 2011 06:19PM UTC by anonymous comment:1

I have tried both mouseout and mouseleave events but no dice.

I tried attaching them to live handler as well but same results.

Changed February 15, 2011 07:18PM UTC by jitter comment:2

component: unfiledevent
milestone: 1.next1.5.1
priority: undecidedhigh
resolution: → duplicate
status: newclosed

Changed February 15, 2011 07:18PM UTC by jitter comment:3

Duplicate of #8209.