[Webkit-unassigned] [Bug 67767] New: Crashed in WebCore::AppendNodeCommand::create(WTF::PassRefPtr<WebCore::ContainerNode>, WTF::PassRefPtr<WebCore::Node>)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 8 00:03:46 PDT 2011


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

           Summary: Crashed in
                    WebCore::AppendNodeCommand::create(WTF::PassRefPtr<Web
                    Core::ContainerNode>, WTF::PassRefPtr<WebCore::Node>)
           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: shinyak at google.com


testcase
<script>
        function runTest() 
        {
            window.getSelection().setBaseAndExtent(start, 0, null, 0);
            document.execCommand("Indent");
        }
    </script>
<meta content="2"/><body onLoad="runTest();">
        ><defs contenteditable="true" id="start">
            <rt>AAAAAAA0A0AAAA00

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