- From: <bugzilla@jessica.w3.org>
- Date: Tue, 18 Sep 2012 21:49:51 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18912 Summary: [Shadow]: ShadowRoot needs to support elementFromPoint Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Component Model AssignedTo: dglazkov@chromium.org ReportedBy: dfreedm@chromium.org QAContact: public-webapps-bugzilla@w3.org Blocks: 14978 document.elementFromPoint(x,y) returns a reference to the element at (x,y). However, the children of a ShadowRoot, and the ShadowRoot itself, will return the host of the ShadowRoot. This leaves no way to find an shadow'd element at (x,y) without manual hitbox testing in javascript. Note: "light dom" elements from insertion points work correctly with document.elementFromPoint -- 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 Tuesday, 18 September 2012 21:49:52 UTC