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 src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
> style="position:absolute;width:0;height:0;border:0"></iframe>
> Quite strange that it worked in FF and Safari, no?

No actually, because only IE6 and IE7 need this IFrame as a workaround
to "push" an entry in the browsing history; in other browsers
(including IE8), setting the location.hash does this without the need
for navigating this hidden iframe.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to