Is this the issue you're referring to? http://code.google.com/p/google-web-toolkit/issues/detail?id=2152
If so, we use two different workarounds, depending on the case. See my comments throughout that thread. A substantial portion of our page views are generated by requesting an HTML fragment from the server via RPC and inserting that into the DOM using setInnerHTML. This is the case that causes problems for IE. -Andy On Apr 13, 1:33 pm, Roy <[email protected]> wrote: > Hello, > > There seem to be a know issue with IE which doesn't respond to URLs > that have # sign in them. > See for > example:https://mootools.lighthouseapp.com/projects/2706/tickets/638-request-... > > As we use # quite frequently in out GWT based application we are > lacking support for IE7 users who want to browse the site. > > Is there any known workaround for GWT other then modifying the URL? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
