Monday, August 29, 2016

Re: load js problem in IE11

Or instead of blindly copy-pasting snippets from the Internet; learn about the problem: https://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx
TL;DR: avoid X-UA-Compatible and change the page so it doesn't trigger quirks mode (e.g. could be as easy as adding "<!DOCTYPE html>" and/or removing a "<?xml version="1.0" ?>")

On Monday, August 29, 2016 at 3:22:27 PM UTC+2, 129pierre wrote:
Great, I add this line and it's work directly

Thanks

Le lundi 29 août 2016 09:30:06 UTC+2, Frank a écrit :
I am not sure if this has anything to do with this.
But we have the following in our .hmtl file : <meta http-equiv="x-ua-compatible" content="IE=10">

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment