Bug 82683 - VisibleSelection in ShadowRoot is not intuitive
Summary: VisibleSelection in ShadowRoot is not intuitive
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shinya Kawanaka
URL:
Keywords:
Depends on: 82429
Blocks: 82697
  Show dependency treegraph
 
Reported: 2012-03-29 19:41 PDT by Shinya Kawanaka
Modified: 2012-05-09 22:13 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2012-03-29 19:41:45 PDT
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).
Comment 1 Shinya Kawanaka 2012-05-08 19:36:23 PDT
This was fixed by my another patch... So let's close.
Comment 2 Shinya Kawanaka 2012-05-09 01:00:04 PDT
Oh sorry. This was not fixed yet...
Comment 3 Shinya Kawanaka 2012-05-09 22:13:53 PDT
(In reply to comment #2)
> Oh sorry. This was not fixed yet...

Very sorry. It was definitely fixed. I was seeing old version.