[Webkit-unassigned] [Bug 32823] New: WebCore::caretMaxOffset ReadAV at NULL (5785e692fef72522c3ee976bff525d98)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 21 07:17:57 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32823
Summary: WebCore::caretMaxOffset ReadAV at NULL
(5785e692fef72522c3ee976bff525d98)
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: skylined at chromium.org
CC: eric at webkit.org
Created an attachment (id=45327)
--> (https://bugs.webkit.org/attachment.cgi?id=45327)
Repro
Repro:
<BODY></BODY>
<SCRIPT>
document.execCommand("SelectAll","");
document.designMode= "on";
document.execCommand("InsertHorizontalRule","");
document.execCommand("CreateLink",false, 171);
document.execCommand("InsertorderedList",false,undefined);
document.execCommand("Unlink",5);
document.execCommand("Indent",false,"");
document.designMode="";
document.execCommand("Undo",false,"");
document.designMode="on";
document.execCommand("ForeColor",false,3);
</SCRIPT>
--
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