Monday, November 17, 2014

Re: How to fight with a browser (Internet explorer) trivial problem?

and happens also when I'm using IE emulation in Safari at any version...

You can not emulate IE in Safari / Chrome / Firefox because all these browsers only emulate the user agent value but do not emulate IE specific DOM properties like document.documentMode. So it is expected that GWT apps will fail if you use an IE user agent value with Safari / Chrome / Firefox since GWT now thinks it is an IE and tries to use documentMode to figure out which exact version of IE you are using.

You should only focus on real IE browsers.

-- J.

--
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/d/optout.

No comments:

Post a Comment