[Webkit-unassigned] [Bug 86345] New: Deleting a content-editable element having a ShadowRoot which also has a content-editable element causes a crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 02:15:50 PDT 2012


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

           Summary: Deleting a content-editable element having a
                    ShadowRoot which also has a content-editable element
                    causes a crash
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org
            Blocks: 82697


Repro:

<div id="container" contenteditable></div>
<script>
var shadowRoot = new WebKitShadowRoot(container);
shadowRoot.innerHTML = "<span contenteditable>HOGE</span>";
</script>


Select somewhere from after the container to the container. (Don't select HOGE but container.)
And press DELETE.

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