[Webkit-unassigned] [Bug 80763] New: Trying to select a contenteditable tag inside non-contenteditable tag (or vice versa) causes invalid selection ranges

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 10 12:16:19 PST 2012


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

           Summary: Trying to select a contenteditable tag inside
                    non-contenteditable tag (or vice versa) causes invalid
                    selection ranges
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lakshan at web2media.net


Created an attachment (id=131182)
 --> (https://bugs.webkit.org/attachment.cgi?id=131182&action=review)
Demo on contenteditable selection range issue

Please try running the sample HTML given in the attachment. Firefox 10.0.2, InternetExplorer 9 and Opera 11.6 selects `ob`; while WebKit only selects `o` in the two instances. 

If both parent and child tags have the same contenteditable property (ie. true or false) it will select `ob`.

-- 
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