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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 8 17:41:58 PDT 2010


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





--- Comment #5 from Darin Adler <darin at apple.com>  2010-10-08 17:41:57 PST ---
(In reply to comment #3)
> In this case, each ApplyStyleCommand of step 1 and 2 will generate a bunch of SimpleEditCommands.  But we need some way to group commands together so that we can undo only SimpleEditCommands added by step 2 in step 3.  If we didn't have CompositeEditCommand at undo/redo, how do we determine that?

The chain of undo steps would have markers to say where an end user command started. This could be another type of UndoStep object. This marker could also contain the user-visible name of the command.

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