Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Jim Douglas
I am seeing breakage with the GWT Showcase: http://samples.gwtproject.org/samples/Showcase/Showcase.html It looks ok in: Version 71.0.3578.98 (Official Build) (64-bit) But fails in: Version 73.0.3680.0 (Official Build) canary (64-bit) (Where "fail" is "clicking in the top level menu doesn't

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Craig Mitchell
The game I wrote with GWT 2.8.2 works fine: https://drift.team/ However, an old project I wrote with GWT 2.7 (I think?), button clicks don't work: https://www.invitbox.com/ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Jim Douglas
What specific issues are people seeing? I just poked around in my company's GWT 2.8.2 sample apps in Chrome Canary (Version 73.0.3680.0 (Official Build) canary (64-bit)) under macOS Mojave 10.14.2: https://www.google.com/chrome/canary/?platform=mac

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread jlm
This fails on the dev channel as well. I created this bug report https://bugs.chromium.org/p/chromium/issues/detail?id=924317=2=canary%20onclick%20event%20does%20not%20fire=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified On Tuesday, January 22, 2019 at

Error When Calling java method via JSNI - Cannot read property 'apply' of undefined

2019-01-22 Thread Jeff Ledgerwood
GWT 2.8.0 I am pulling my hair out with this error. Hoping someone can help. I am calling a Java method (in a GWT class) from an external javascript file. I've done this without issue with several other java calls. However, when I make the call from javascript to GWT and try to pass any

Removing GWT-RPC support from Guava (with the first release 2020)...

2019-01-22 Thread Lars
https://groups.google.com/forum/m/#!topic/guava-discuss/ZLpBaYAtUl4 -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Thad Humphries
I am seeing similar problems with Canary and three production apps written and built with GWT 2.7.0. Two apps fail to load anything beyond the index.html's background image. The third app (which uses some MGWT) loads the initial UI, but does not respond to a button click. All apps behave fine

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread esoco GmbH
The apps I tested are using GWT 2.8.2 Am Dienstag, 22. Januar 2019 15:43:02 UTC+1 schrieb Rob: > > We're using GWT 2.8, maybe newer GWT code isn't affected? > > On Tuesday, 22 January 2019 14:03:21 UTC, esoco GmbH wrote: >> >> It doesn't seem to be a general problem. I just tried this with a >>

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Rob
We're using GWT 2.8, maybe newer GWT code isn't affected? On Tuesday, 22 January 2019 14:03:21 UTC, esoco GmbH wrote: > > It doesn't seem to be a general problem. I just tried this with a deployed > GWT application and another locally in development mode and both work as > expected with Chrome

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Rob
The showcase works fine on Chrome & Chrome Beta. Just not Canary. Same for our app and AWS console. I've been debugging the GWT boot strapping code and can see that it appears to be failing as for some reason Canary is clearing out the IFRAME that the GWT app gets injected into. On Tuesday,

Re: Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread esoco GmbH
It doesn't seem to be a general problem. I just tried this with a deployed GWT application and another locally in development mode and both work as expected with Chrome 73.0.3680.0 (64-Bit) on Windows. I can reproduce the problem with the showcase but maybe that's caused by the site not running

Chrome Canary 73.0.3680.0 breaks pretty much ALL GWT apps :(

2019-01-22 Thread Rob
We've just tried to use our GWT app with Chrome Canary only to find that it is terminally broken. The GWT showcase app (http://samples.gwtproject.org/samples/Showcase/Showcase.html) exhibits the same behaviour and we've also seen it on certain AWS console pages. It appears to be event related,