Re: webidl, jsinterop and overloaded methods

2014-12-13 Thread Jens
> > Not knowing JsInterop much, I must say I have no idea how you're supposed > to deal with those situations; maybe it's just not supported yet? > As far as I can remember method overload isn't implemented yet in JsInterop. -- J. -- You received this message because you are subscribed to th

Re: webidl, jsinterop and overloaded methods

2014-12-13 Thread Thomas Broyer
It seems to be specific to JsTypes, and is not a bug, as can be seen in unit tests: https://github.com/gwtproject/gwt/blob/6fa611cf9ad7ffa077a7378a100a7ccbd95e3cb3/dev/core/test/com/google/gwt/dev/javac/JSORestrictionsTest.java#L358-L381 Not knowing JsInterop much, I must say I have no idea how

Re: Appearance of extra scroll bar in GWT Datagrid

2014-12-13 Thread Hariharan Iyer
I'm still facing the same issue too. However I'm not able to reproduce it in the showcase anymore http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwDataGrid On Saturday, August 10, 2013 5:02:47 PM UTC-4, harshyadav wrote: > > Found in GWT 2.5 > *Encountered on OS / Browser:* > > M

Re: webidl, jsinterop and overloaded methods

2014-12-13 Thread rhmoller
and the plot thickens. I looked into the source for GWT and found the JSORestrictionsChecker. It references jsoRestrictions.html. I read through it but if I read it correctly it does not prohibit overloading methods - only overriding methods is prohibited. The JSORestrictionsChecker calls chec