Bug 87235 - Document.elementFromPoint exposes inner element of Shadow DOM.
Summary: Document.elementFromPoint exposes inner element of Shadow DOM.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shinya Kawanaka
URL:
Keywords:
Depends on:
Blocks: 87230
  Show dependency treegraph
 
Reported: 2012-05-23 02:12 PDT by Shinya Kawanaka
Modified: 2012-05-23 20:59 PDT (History)
6 users (show)

See Also:


Attachments
Patch (4.14 KB, patch)
2012-05-23 02:18 PDT, Shinya Kawanaka
no flags Details | Formatted Diff | Diff
Patch for landing (4.14 KB, patch)
2012-05-23 18:33 PDT, Shinya Kawanaka
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2012-05-23 02:12:30 PDT
Code calling shadowAncestorNode should consider nested Shadow DOM!
Comment 1 Shinya Kawanaka 2012-05-23 02:18:12 PDT
Created attachment 143507 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2012-05-23 08:56:26 PDT
Comment on attachment 143507 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=143507&action=review

> Source/WebCore/ChangeLog:9
> +        The container node should be adjusted upto document TreeScope beyond ShadowRoot TreeScope.

upto -> up to
Comment 3 Shinya Kawanaka 2012-05-23 18:33:38 PDT
Created attachment 143698 [details]
Patch for landing
Comment 4 WebKit Review Bot 2012-05-23 20:58:56 PDT
Comment on attachment 143698 [details]
Patch for landing

Clearing flags on attachment: 143698

Committed r118319: <http://trac.webkit.org/changeset/118319>
Comment 5 WebKit Review Bot 2012-05-23 20:59:00 PDT
All reviewed patches have been landed.  Closing bug.