Bug 82683
Summary: | VisibleSelection in ShadowRoot is not intuitive | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | HTML Editing | Assignee: | Shinya Kawanaka <shinyak> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dglazkov, dominicc, hayato, morrita |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 82429 | ||
Bug Blocks: | 82697 |
Shinya Kawanaka
Let's consider the following DOM.
* div
# shadow-root
* div (1)
* div (2)
* div (3)
When we start a selection from div (1), only div (1) element can be selected. We should be able to select div (2) or div (3).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
This was fixed by my another patch... So let's close.
Shinya Kawanaka
Oh sorry. This was not fixed yet...
Shinya Kawanaka
(In reply to comment #2)
> Oh sorry. This was not fixed yet...
Very sorry. It was definitely fixed. I was seeing old version.