[Webkit-unassigned] [Bug 47428] Redo in ReplaceNodeWithSpanCommand is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 14:55:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47428





--- Comment #2 from Darin Adler <darin at apple.com>  2010-10-08 14:55:35 PST ---
We may never get around to this, but long ago I wanted to change SimpleEditCommand and CompositeEditCommand to be completely separate concepts. The SimpleEditCommand would be more of an UndoStep object, with the sole responsibility of being an undoable operation. The CompositeEditCommand objects would be created only during the original editing operation and would be responsible for the more complex process of deciding what to do the first time around, but would then be deallocated and would no longer be around doing the undo/redo process.

-- 
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