Re: canceling undo/redo events

On Tue, Jun 15, 2010 at 6:52 PM, Tony Chang <tony@chromium.org> wrote:

> I'm looking for providing a way for sites to cancel text modifications
> caused by undo and redo.  It seems like the textInput event should fire when
> the user invokes undo or redo.  Would it make sense to fire textInput for
> undo/redo and maybe add a new InputMethodCode
> (e.g., DOM_INPUT_METHOD_UNDO_REDO) for this type of input?  This would fire
> before changes were made to the DOM and be cancelable.


I support this, although, I think undo and redo should be separate input
methods.

Ojan

Received on Friday, 18 June 2010 17:43:56 UTC