Monday, November 17, 2014

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

Ok, starting back now i'm facing the fact IE says "Invalid argument" on <!DOCTYPE HTML>

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">


any guess?

On Mon, Nov 17, 2014 at 2:56 PM, Giuseppe Parrinello <ghinta@gmail.com> wrote:
&%$&** you right ! I wasted lot of time investigating in the wrong direction, the actual problem is 

"Object doesn't support property or method 'addEventListener'" a totally different question!!

On Mon, Nov 17, 2014 at 2:34 PM, Jens <jens.nehlmeier@gmail.com> wrote:
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 a topic in the Google Groups "Google Web Toolkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/S38VPsspl20/unsubscribe.
To unsubscribe from this group and all its topics, 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.


--
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