Bug 106528
Summary: | FrameSelection should use shadowHost instead of shadowAncestorNode | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | DOM | Assignee: | Web Components Team <webcomponents-bugzilla> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | webcomponents-bugzilla |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 91821 |
Shinya Kawanaka
We should use node->shadowHost() here.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
selectstart will not be fired in ShadowDOM element but host element.
This is desired in <input>, <textarea> etc. but not desired for AuthroShadowDOM elements.
Shinya Kawanaka
*** This bug has been marked as a duplicate of bug 87343 ***