RESOLVED FIXED 11750
designMode outdent causes crash
https://bugs.webkit.org/show_bug.cgi?id=11750
Summary designMode outdent causes crash
J Boss
Reported 2006-12-04 20:05:03 PST
The "outdent" feature of designMode causes WebKit to crash. Reproduction steps: 1. Go to http://www.mozilla.org/editor/midasdemo/ 2. In the content editing box, type "abcd" 3. While on the same line, select the insert ordered list button 4. Select the "indent" button 5. Select the "outdent" button. This will cause the crash.
Attachments
Matt Lilek
Comment 1 2006-12-04 20:57:21 PST
The only crash I'm able to get out of the page is when closing it, not when interacting with the editor, which makes this look like a dupe of bug 11729.
Alexey Proskuryakov
Comment 2 2006-12-04 21:39:29 PST
I can reproduce at least an assertion failure: ASSERTION FAILED: selection.isCaretOrRange() (/Users/ap/WebKit/WebCore/editing/ReplaceSelectionCommand.cpp:456 virtual void WebCore::ReplaceSelectionCommand::doApply())
Mark Rowe (bdash)
Comment 3 2007-01-16 19:10:12 PST
Justin Garcia
Comment 4 2007-01-26 15:56:40 PST
Fixed in r19088.
Note You need to log in before you can comment on or make changes to this bug.