[Webkit-unassigned] [Bug 74844] New: chrome.dll!WebCore..CompositeEditCommand..insertNodeAt ReadAV at NULL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 00:36:56 PST 2011


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

           Summary: chrome.dll!WebCore..CompositeEditCommand..insertNodeAt
                    ReadAV at NULL
           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


Created an attachment (id=119831)
 --> (https://bugs.webkit.org/attachment.cgi?id=119831&action=review)
Repro

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

<html xmlns="http://www.w3.org/1999/xhtml"><head><style>
* {
  border: solid;
  float: right;
  content: "";
}
</style></head><body contenteditable="true" onload='
document.execCommand("SelectAll");
document.execCommand("InsertLineBreak");
document.execCommand("InsertParagraph");
document.execCommand("Delete");
document.execCommand("Delete");
'>x</body></html>

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