[Webkit-unassigned] [Bug 75845] New: NULL ptr in WebCore::InsertNodeBeforeCommand::InsertNodeBeforeCommand

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 04:55:04 PST 2012


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

           Summary: NULL ptr in
                    WebCore::InsertNodeBeforeCommand::InsertNodeBeforeComm
                    and
           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: rniwa at webkit.org


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

Repro:
<script>
  window.onload = function() {
    document.execCommand("selectall");
    document.designMode="on";
    document.execCommand("indent",false);
    document.execCommand("delete");
    document.designMode="";
    document.execCommand("Undo",false);
    document.designMode="on";
    document.execCommand("InsertImage",false);
  };
</script>
<frameset><frame>

May be variation or duplicate of issue 75843

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