Hi everybody,
I've noticed a recent update to the echo3 sources repository, that solved our development problem, of js events management.
Summarizing: now we are able to use a customized javascript text field component, that didn't work before, because we did a sync activity calling the doAction() method in a blur event handler method, that bock in some way the click event propagation to its own listeners.
I mean, if I did a click on a toolbar button bar of a customer textfield components table, we had the blur listeners properly notified, this listener did a this.component.doAction(), that fired properly the event to the server side component event handler, but the click event on the toolbar button was lost, so I needed to click twice to obtain what I want.
Now with the last update, and the last jar, everything seems to work properly. So I would like to know when a new beta release will include these changes.
Thanks in advance.
Riccardo.