Bug 88494
Summary: | [Shadow][Editing] Selection blinks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 82697 |
Shinya Kawanaka
HTML
<div>BEFORE HOST</div>
<div id="host"></div>
Shadow DOM
<div id="shadow-host">SHADOW (BEFORE)<shadow></shadow>SHADOW(AFTER)</div>
Nested Shadow DOM
<div>NESTED BEFORE</div><shadow></shadow><div>NESTED AFTER</div>
Select from SHADOW(AFTER) to BEFORE HOST without releasing mouse. Then selection blinks.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
I cannot reproduce this anymore.
Let's mark this INVALID until a repro is found again.