Bug 87231

Summary: Document.caretRangeFromPoint exposes inner element of Shadow DOM.
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: DOMAssignee: Shinya Kawanaka <shinyak>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dominicc, hayato, morrita, tasak, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 87230    
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Shinya Kawanaka 2012-05-23 01:52:44 PDT
Code calling shadowAncestorNode should consider nested Shadow DOM!
Comment 1 Shinya Kawanaka 2012-05-23 01:58:06 PDT
Created attachment 143503 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2012-05-23 08:57:39 PDT
Comment on attachment 143503 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=143503&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:35:31 PDT
Created attachment 143699 [details]
Patch for landing
Comment 4 WebKit Review Bot 2012-05-23 20:44:32 PDT
Comment on attachment 143699 [details]
Patch for landing

Clearing flags on attachment: 143699

Committed r118317: <http://trac.webkit.org/changeset/118317>
Comment 5 WebKit Review Bot 2012-05-23 20:44:37 PDT
All reviewed patches have been landed.  Closing bug.