Re: My GWT 2.8 app stopped working with Chrome 54 (timers not working anymore)

2016-11-21 Thread Bruno Salmon
No I just remove all elements under except the

Re: My GWT 2.8 app stopped working with Chrome 54 (timers not working anymore)

2016-11-21 Thread Max Fromberger
So You re-add the script tags? Am Montag, 21. November 2016 12:27:33 UTC+1 schrieb Bruno Salmon: > > I found the problem, so I'm sharing the result of my investigation as this > may help other people facing a similar issue with Chrome 54+ or other > webkit based browsers: > > My app replaces

Re: My GWT 2.8 app stopped working with Chrome 54 (timers not working anymore)

2016-11-21 Thread Bruno Salmon
I found the problem, so I'm sharing the result of my investigation as this may help other people facing a similar issue with Chrome 54+ or other webkit based browsers: My app replaces the document (which initially contains a splash screen) with the application root element once loaded and

My GWT 2.8 app stopped working with Chrome 54 (timers not working anymore)

2016-10-27 Thread Bruno Salmon
hi, My Chrome updated yesterday from version 53 to 54 and this made my GWT 2.8 app stop working. There is no error message in the console but after some investigation, I noticed that the problem come from the timers which are not called anymore (whatever the method: GWT Timer / Elemental2 /