GWT1.7 is supposed to support IE8.

In the module's gwt.xml file, it is working fine with the property
setting for IE6.
<set-property name="user.agent" value="ie6" />

When it is changed to ie8 as following, it gets the Uncaught exception
escaped Error when I launch it with the host mode browser.
<set-property name="user.agent" value="ie8" />

[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError):
'XMLHttpRequest' is undefined
number: -2146823279
description: 'XMLHttpRequest' is undefined
at
com.google.gwt.user.client.impl.HTTPRequestImpl.doCreateXmlHTTPRequest(Native
Method)
at
com.google.gwt.user.client.impl.HTTPRequestImpl.createXmlHTTPRequest(HTTPRequestImpl.java:
53)

Any suggestion?


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to