On Wednesday, April 13, 2011 7:33:29 PM UTC+2, Roy 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-fails-when-url-has-hash-in-ie7 > >
This has nothing to do with navigating within an AJAX app. What they're saying here is that a RequestBuilder in GWT (Request in Mootools) would fail in IE7 if the requested URL contains a #: new RequestBuilder(RequestBuilder.GET, "foo#bar"). > 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? > I'm not sure whether you actually experienced a bug or if this mere speculation after reading the Mootools but report (about something entirely different actually). Anyway, I confirm the Showcase sample<http:/:gwt.google.com/samples/Showcase/Showcase.html>runs without any problem in IE7. -- 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.
