Handling mouse events in capture phase

2014-05-09 Thread Nuno R
Hi. Is there a GWT API to add an event handler to a widget in the capture phase? The equivalent to the following javascript: target.addEventListener('touchstart', handler, true); I know of Event.addNativePreviewHandler() but do not think that it fits easily to my use case (without handle

Re: Handling mouse events in capture phase

2014-05-09 Thread Thomas Broyer
On Friday, May 9, 2014 11:42:15 AM UTC+2, Nuno R wrote: Hi. Is there a GWT API to add an event handler to a widget in the capture phase? No. This is because historically there was no capture phase in IE so it couldn't be implemented in a cross-browser way. This is still the case in