GWT IE9 开发模式错误

发布于 2024-11-16 21:40:30 字数 122 浏览 8 评论 0原文

如图所示,在 IE9 中打开页面时出现以下错误。我使用的是 GWT 2.3.0 和 IE9。

在此处输入图像描述

As pictured I see the following error when opening my page in IE9. I am on GWT 2.3.0 and IE9.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

明媚殇 2024-11-23 21:40:30

gwt.xml 中是否有 标记限制 user.agent 属性的值?当模块的运行时配置与编译时使用的 user.agent 值不一致时,UserAgentAsserter 会生成此消息,作为健全性检查。

Is there a <set-property> tag in your gwt.xml that restricts the values of the user.agent property? This message is generated by UserAgentAsserter as a sanity-check when the runtime configuration of the module doesn't line up with the user.agent values it was compiled with.

守望孤独 2024-11-23 21:40:30

添加

<set-property name="user.agent" value="ie9" />

到您的模块描述 (gwt.xml)。

Add

<set-property name="user.agent" value="ie9" />

to your module description (gwt.xml).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文