Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-08-02 Thread 'Roberto Lublinerman' via GWT Contributors
Looking at the elemental code that uses a lambda which will not be EventHandler but a JsFunction. Could you try with an anonymous EventHandler instead? On Tue, Aug 2, 2016 at 1:51 AM, Steve Andrews wrote: > I've created a quick test project and put it at > https://github.com/steveandrews01/JsInt

[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-02 Thread Andrei Preda
Thank you!! On Monday, August 1, 2016 at 8:14:26 PM UTC+2, Thomas Broyer wrote: > > This is https://github.com/gwtproject/gwt/issues/9382 and is a bug in > gwt-jackson's POM. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe f

[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-08-02 Thread Frank Taffelt
thanks for spotting in the right direction. yes i had an exclusion for the xerces in another dependency. On Tuesday, August 2, 2016 at 2:56:19 AM UTC+2, Thomas Broyer wrote: > > Do you somehow exclude xerces? > Here's dependency:tree excerpt from the "dynatablerf" sample; see how it > inherits

Re: [gwt-contrib] Re: Experimental release of Elemental2

2016-08-02 Thread Steve Andrews
I've created a quick test project and put it at https://github.com/steveandrews01/JsInteropTest The click listener only works if compiled with the flag set. If I run it without the flag and inspect the DOM in Chrome then the event listener is not attached to the button. (Changing the flag need