Re: Module works fine in Firefox or Safari but doesn't load in Internet Explorer

2009-05-07 Thread Alyxandor
I've seen IE die on page loads where you check History.getToken() right away and there is no token, so make sure you test {with a cleared cache} http://your.site/page and http://your.site/page#at. They behave differently, and sometimes, waiting a little with a timer to check History.getToken() or

Module works fine in Firefox or Safari but doesn't load in Internet Explorer

2009-05-06 Thread jeremyprioux
Hello, My module load perfectly in Firefox or Safari but not in Internet Explorer 7. Since I don't have any errors in my module in the firefox console errors, I don't really know what to do... Have you ever seen this? Ask if you need some .gwt.xml or any others informations.

Re: Module works fine in Firefox or Safari but doesn't load in Internet Explorer

2009-05-06 Thread jeremyprioux
update : IE says that there's some errors in my javascript code (a variable is null). How can I know what's wrong in my java code? On 6 mai, 09:45, jeremyprioux jeremypri...@gmail.com wrote: Hello, My module load perfectly in Firefox or Safari but not in Internet Explorer 7. Since I don't

Re: Module works fine in Firefox or Safari but doesn't load in Internet Explorer

2009-05-06 Thread Salvador Diaz
What OS are you using ? Is the hosted mode working fine ? From the scarce information you gave, it looks like a null pointer exception in your code but all I can do is guess with that much information. How can I know what's wrong in my java code? Normally that's what HostedMode debugging is

Re: Module works fine in Firefox or Safari but doesn't load in Internet Explorer

2009-05-06 Thread jeremyprioux
Everything was fine with the hosted mode. Using pretty and detailed compilation helps me to see that was something wrong with history handling in IE. Then I realized that I had forgotten the html code : iframe src=javascript:'' id=__gwt_historyFrame tabIndex='-1'

Re: Module works fine in Firefox or Safari but doesn't load in Internet Explorer

2009-05-06 Thread Thomas Broyer
On 6 mai, 12:23, jeremyprioux jeremypri...@gmail.com wrote: Everything was fine with the hosted mode. Using pretty and detailed compilation helps me to see that was something wrong with history handling in IE. Then I realized that I had forgotten the html code :     iframe