[Webkit-unassigned] [Bug 86341] New: document.execCommand('Indent') in the direct child of ShadowRoot causes a crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 00:07:13 PDT 2012


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

           Summary: document.execCommand('Indent') in the direct child of
                    ShadowRoot causes a crash
           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: Select hoge and press Indent.

<div id="container"></div>
<button onclick="document.execCommand("Indent")" value="Indent">

<script>
var container = document.getElementById('container');
var shadowRoot = new WebKitShadowRoot(container);
shadowRoot.innerHTML = "<span contenteditable>hoge</span>";
</script>

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