I am starting my GWT application from eclipse in development mode.
It starts up fine in Chrome but in Firefox I get an empty window.
I have no errors in the console or the development console.
And when I start Firebug I can see all the elements (html/css etc) of my login screen.
我还试图在 gwt.xml 中设置用户代理 :
<set-property name="user.agent" value="gecko1_8"/>
这对於你们毫无裨益。
为什么发生这种事?我怎么解决呢?