GWT Internet Explorer
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 defer开发者_StackOverflow社区red 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
I figured out the solution.The GWT plugin for IE crashed on my local machine.I re installed it before writing this question,but i was sucessful the second time.Donno the reason yet,but its working now.
精彩评论