RESOLVED FIXED 8198
Hitting an assert on undo paste
https://bugs.webkit.org/show_bug.cgi?id=8198
Summary Hitting an assert on undo paste
Justin Garcia
Reported 2006-04-05 10:55:23 PDT
A combination of undoable and non-undoable removes are done from the ReplacementFragment.
Attachments
patch, changelog and layout tests (13.06 KB, patch)
2006-04-05 12:58 PDT, Justin Garcia
darin: review+
Justin Garcia
Comment 1 2006-04-05 11:01:25 PDT
#0 0x02055ef4 in WebCore::RemoveNodeCommand::doUnapply at RemoveNodeCommand.cpp:57 #1 0x02044408 in WebCore::EditCommand::unapply at EditCommand.cpp:252 #2 0x0203a190 in WebCore::CompositeEditCommand::doUnapply at CompositeEditCommand.cpp:78 #3 0x02044408 in WebCore::EditCommand::unapply at EditCommand.cpp:252 #4 0x01ee9bb4 in -[WebCoreFrameBridge undoEditing:] at WebCoreFrameBridge.mm:1584
Justin Garcia
Comment 2 2006-04-05 12:58:19 PDT
Created attachment 7531 [details] patch, changelog and layout tests
Darin Adler
Comment 3 2006-04-05 14:09:37 PDT
Comment on attachment 7531 [details] patch, changelog and layout tests Typo in a couple places: "non-undable". Looks good, r=me. I'd like to see a clearer distinction between undoable and normal operations. Maybe we need to rename the undoable functions.
Note You need to log in before you can comment on or make changes to this bug.