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 IE8, but as soon as we stop supporting it we'll be able to add such an API. If you don't need to support IE8, then you can use JSNI or Elemental. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
