Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 GWT 创建了一个 Windows 小工具(Windows 侧边栏小工具),但它显示不正确。在 IE 中它看起来不错,但小工具显示为一个小白框。
您应该在 gwt.xml 中使用 ie6 用户代理和单脚本链接器:
<set-property name="user.agent" value="ie6" /> <add-linker name="sso"/>