[Webkit-unassigned] [Bug 37270] New: WebCore::SplitElementCommand::SplitElementCommand ReadAV at NULL (1461c517f4f2d8200b97158e98018d5c)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 07:40:12 PDT 2010


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

           Summary: WebCore::SplitElementCommand::SplitElementCommand
                    ReadAV at NULL (1461c517f4f2d8200b97158e98018d5c)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skylined at chromium.org
                CC: eric at webkit.org


Created an attachment (id=52863)
 --> (https://bugs.webkit.org/attachment.cgi?id=52863)
Repro case

<SCRIPT>
  function go() {
    document.execCommand("selectall",false,"");
    document.designMode="on";
    document.execCommand("InsertHTML",false,"");
    document.execCommand("insertunorderedlist");
    document.execCommand("insertunorderedlist");
    document.execCommand("InsertHorizontalRule");
    document.execCommand("InsertParagraph");
    document.execCommand("undo");
    document.execCommand("insertorderedlist");
    document.execCommand("insertimage");
    document.execCommand("ForwardDelete");
    document.execCommand("JustifyCenter");
    document.execCommand("indent");
  }
</SCRIPT>
<BODY onload=go()><table><x>x</BODY>

http://code.google.com/p/chromium/issues/detail?id=40791

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