On 28 November 2012 17:42, Alex Harui <aha...@adobe.com> wrote: > modify DG to dispatch such an event. > Another is to provide an alternate item editor that dispatches the event > from the DG in its save() method. > > In the new framework I am rewriting, I would argue for the second option. > The DG should not waste time dispatching events just-in-case. You can turn > on that capability by choosing a new default renderer. >
Thanks Alex, in my opinion I would implement the event the same way SAVE and CANCEL are handled currently but in the future I agree it should be handled by the ItemEditor instance itself. I'll log a bug later today with a patch to it. -- João Fernandes