[Webkit-unassigned] [Bug 75843] New: NULL ptr in WebCore::AppendNodeCommand::AppendNodeCommand

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


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

           Summary: NULL ptr in
                    WebCore::AppendNodeCommand::AppendNodeCommand
           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=109599
Repro:

<style>
  :after{
    content: "]";
  }
</style>
<script>
  window.onload = function() {
    document.execCommand("SelectAll",false);
    document.execCommand("Indent", false);
  };
</script>
<e>
x
<body contenteditable="true">


id: chrome.dll!WebCore::sendAXTextChangedIgnoringLineBreaks ReadAV at NULL (e7fd35d29f87a37fff6d75fd08406b28)

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