Friday, February 7, 2014

Re: gwt 2.6 SuperDevMode and injected css problem

Can you confirm that you are hitting the Compile button in each browser and that the SDM console is indicating that it is recompiling for each other user agent? It sounds as though you might be compiling when you start up one browser, then just turning dev mode on without recompiling in other browsers.

On Friday, February 7, 2014 4:25:18 PM UTC-6, Vassilis Virvilis wrote:
Helo everybody,

I have enabled super dev mode and it works ok in chrome but fails in
firefox and internet explorer.

More specifically

I added
     <set-configuration-property name="devModeRedirectEnabled"
         value="true" />
     <add-linker name="xsiframe" />
     <set-property name="compiler.useSourceMaps" value="true" />

in my gwt.xml

My application requires some css to be injected with

     Resources.INSTANCE.css().ensureInjected();

which I do as the first thing in onModuleLoad()

When dev mode is on (the bookmartlet) everything is working in all browsers
When dev mode if off only chrome is working. In firefox and IE css
resources are not injected.

Any ideas?

      Vassilis



--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment