[Webkit-unassigned] [Bug 88486] New: [Shadow][Editing] document.execCommand('Indent') in Shadow DOM causes element breeding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 19:52:03 PDT 2012


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

           Summary: [Shadow][Editing] document.execCommand('Indent') in
                    Shadow DOM causes element breeding
           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: shinyak at chromium.org
            Blocks: 82697


When HTML is like:

<div id="host" contenteditable></div>

If Shadow DOM for host is like:

<div>BEFORE</div>
<content></content>
<div>AFTER</div>

and do document.execCommand('Indent') in BEFORE. Then the number of AFTER element increase... Funny.

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