当我在IE9下运行我的APP时,它失败了很多JS错误,即使我用IE9运行我的APP,我也会收到附加消息。这会混淆我的代码,因为js中的元素不接受IE6下的addEventListener。 这是我的GWT.xml文件
<module rename-to="MyModuleName">
<inherits name="com.google.gwt.user.User" />
<inherits name="com.google.gwt.http.HTTP"/>
<inherits name="com.google.gwt.xml.XML"/>
<inherits name="com.google.gwt.i18n.I18N"/>
<inherits name="com.googlecode.gwt.charts.Charts"/>
<set-property name="user.agent" value="ie9"/>
<entry-point class="com.test.MyModuleName"/>
</module>
感谢您的帮助!
答案 0 :(得分:0)
IE8 +如果切换到怪癖模式,将使用ie6排列。让您拥有触发标准模式的文档类型(最简单的是<!doctype HTML>
)和/或包含<meta http-equiv="X-UA-Compatible" content="IE=Edge">