Re: [UndoManager] What should a "native" automatic transaction expose?

On Wed, Jul 4, 2012 at 3:43 PM, Ryosuke Niwa <rniwa@webkit.org> wrote:

> Hi,
>
> In section 3.3 [1], we mention that the user editing actions and drag and
> drop need to be implemented as automatic DOM transactions. But it seems odd
> to expose executeAutomatic function in this case especially for drag & drop.
>
> I propose to set executeAutomatic null for those "native" automatic
> transactions but still expose label (set to whatever the Web browsers use
> in the edit menu).
>

Can we do the same for execute? We don't need to hold on to the execute
function once we've done the initial transaction, right?


>
> [1]
> http://dvcs.w3.org/hg/undomanager/raw-file/tip/undomanager.html#automatic-dom-transactions
>
> Best,
> Ryosuke Niwa
> Software Engineer
> Google Inc.
>
>
>

Received on Friday, 6 July 2012 15:54:49 UTC