[Webkit-unassigned] [Bug 19087] Editing crash in IndentOutdentCommand::prepareBlockquoteLevelForInsertion, ASSERT in debug mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 23 12:12:04 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19087





------- Comment #3 from eric at webkit.org  2008-05-23 12:12 PDT -------
Here is another way to trigger the same ASSERT (possibly a different cause
though):
<BODY><SCRIPT>
document.execCommand('selectall');
document.designMode = 'on';
document.execCommand('insertimage', false, '<script src=https://webkit.org>');
document.execCommand('selectall');
document.execCommand('removeformat');
</SCRIPT>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list