Re: [gwt-contrib] bug with the new snapshot

2014-10-03 Thread Julien Dramaix
Thanks Daniel, I've tested your patch and it solves the issue On Fri, Oct 3, 2014 at 7:41 AM, 'Daniel Kurka' via GWT Contributors < google-web-toolkit-contributors@googlegroups.com> wrote: > Hi Julien, > > I think this is related to us not waiting for the body to be loaded before > injecting the

Re: [gwt-contrib] bug with the new snapshot

2014-10-02 Thread 'Daniel Kurka' via GWT Contributors
Hi Julien, I think this is related to us not waiting for the body to be loaded before injecting the recompile.nocache.js. Can you try: https://gwt-review.googlesource.com/#/c/9451/ and let me know if this fixes your issue? -Daniel On Thu, Oct 2, 2014 at 4:34 AM, Julien Dramaix wrote: > This m

[gwt-contrib] bug with the new snapshot

2014-10-02 Thread Julien Dramaix
This morning, I've updated my GWT snapshot to the last one and I'm not able to run the super dev mode (with the flag -superDevMode) for my applications. The problem comes from that the .nocache.js tries to add the compilation dialog to the body before the body is initialized. Error: Uncaught Type