GWT Windows gadget displayed incorrectly

147 Views Asked by At

I created a Windows gadget (Windows sidebar gadget) using GWT but it is displayed incorrectly. In IE it looks good, but gadget is shown as a small white box.

1

There are 1 best solutions below

0
On

You should use ie6 user agent and single script linker in your gwt.xml:

<set-property name="user.agent" value="ie6" />
<add-linker name="sso"/>