[Webkit-unassigned] [Bug 32422] New: execCommand 100% CPU usage
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 11 04:24:10 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32422
Summary: execCommand 100% CPU usage
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=44669)
--> (https://bugs.webkit.org/attachment.cgi?id=44669)
Repro
<BODY></BODY>
<SCRIPT>
document.execCommand("SelectAll",false,"");
document.designMode="on";
document.execCommand("InsertParagraph",false,1);
document.execCommand("Indent",6);
document.execCommand("insertimage",false,"ftp:");
document.execCommand("insertimage",false);
document.execCommand("SelectAll",3);
document.execCommand("subscript","");
document.execCommand("insertunorderedlist",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