[Webkit-unassigned] [Bug 89054] New: document.execCommand('Indent') removes Shadow DOM.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 19:43:44 PDT 2012


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

           Summary: document.execCommand('Indent') removes Shadow DOM.
           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


Repro:
<div contenteditable>
    BEFORE HOST
    <div id="host">HOST</div>
    AFTER HOST
</div>

Shadow DOM for host
<span>BEFORE SHADOW<shadow></shadow>AFTER SHADOW</span>


When performing document.execCommand('Indent') in BEFORE HOST, the Shadow DOM for host disappears.

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