- From: <bugzilla@jessica.w3.org>
- Date: Thu, 28 Jun 2012 09:59:04 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17627
Summary: The order of mouseenter/leave events in a subtree
should be defined
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
AssignedTo: schepers@w3.org
ReportedBy: bugs@pettay.fi
QAContact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
<div id="outer"><div id="middle"><div id="inner">foo</div></div></div>
When you move mouse to over the foo, mouseenter should be dispatched first to
outer, then middle, then inner.
When you move mouse out from foo, mouseleave should be dispatched first to
inner, then middle, then outer.
(That is how IE, Opera and Gecko behave atm)
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 28 June 2012 09:59:17 UTC