[Webkit-unassigned] [Bug 135320] New: mouseenter event of child element is fired before parent's
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 25 23:33:54 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135320
Summary: mouseenter event of child element is fired before
parent's
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
URL: http://jsfiddle.net/4FFFn/2/
OS/Version: Mac OS X 10.9
Status: NEW
Severity: Normal
Priority: P3
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mail at ickata.net
If I have 2 nested elements (parent and child) and I listen for "mouseenter" on both, and if I quickly move the cursor over the child element, it's "mouseenter" is fired BEFORE parent's "mouseenter". It should be the opposite.
The issue is observed in Webkit, MacOS (Chrome, Safari).
The issue cannot be reproduced in Firefox/MacOS.
Test case: http://jsfiddle.net/4FFFn/2/
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list