On Friday, August 26, 2016 at 9:32:34 AM UTC+2, 129pierre wrote: > > I have a module developped with gwt 2.7. > > It worked both in chrome and IE11 from a static html page. > > When wrapped in an jboss app, the IE11 is not loaded. > Instead of the corresponding permutation (gecko I think), it is looking > for undefined.cache.js >
Could the page be in quirks mode? or with X-UA-Compatible telling IE to behave like IE5, IE6 or IE7? Check the browser mode and document mode in the F12 Developer Tools. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
