[Webkit-unassigned] [Bug 123248] New: Non-editable elements in a editable block need to be selectable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 23 23:03:52 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=123248

           Summary: Non-editable elements in a editable block need to be
                    selectable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


Created an attachment (id=215028)
 --> (https://bugs.webkit.org/attachment.cgi?id=215028&action=review)
test case

If there are non-editable elements on the start or the end of an editable block,
"select all" operation doesn't select anything.

On the attached test case, 
if you "select all" by Ctrl+A on the yellow editable area below 3), you can see the whole text in the editable block are selected.
However, if you "select all" on the editable area below 1) or 2), you can see nothing is selected.

On Firefox, for both 1) and 2), the whole text in the editable block are selected, and I think it's right.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list