GWT Internet Explorer Problem
Posted
by
bhargava
on Stack Overflow
See other posts from Stack Overflow
or by bhargava
Published on 2011-01-10T16:32:04Z
Indexed on
2011/01/10
16:53 UTC
Read the original article
Hit count: 277
internet-explorer
|gwt
Hi All,
I am running into a problem which is quite a bit surprising.I have an GWT application,which i can run perfectly fine on Firefox,but the same GWT application does not open up in Internet Explorer.
When using Firefox i use <set-property name="user.agent" value="gecko1_8"/>
and when i want to run in Internet Explorer i change it to <set-property name="user.agent" value="ie8"/>
and debug.This way i am sure that the problem i am having is not related to deferred binding.
When using the Internet Explorer (IE 8) i cannot even get into the onModuleLoad() part of my application.It looks as if Internet Explorer has downloaded all its stuff ,but has nothing to display.
Is there something that i am missing here
Thanks Bhargava
© Stack Overflow or respective owner