Ian, maybe it's a Windows thing as it works fine on a my Mac with Safari and Opera (and Firefox).
I was going to suggest trying JSNI instead, but looking at Window.Location.replace it is just a simple call to $wnd.location.replace(newURL) with no deferred binding to make a difference between Firefox and others, so I can't see why it doesn't work. If you're using it for GWT history, you could alternatively set #Home as the token when you initialise that subsystem..... //Adam On 28 Mar, 19:28, Ian Bambury <[email protected]> wrote: > But it's OK in IE and FF > Any ideas? Workarounds? > > The line is > > Window.Location.replace(Window.Location.getHref() + "#" + > newToken); > > And you can see it working (or not) herehttp://kivivi.com/ > > When you first go there, I'm trying to > replacehttp://kivivi.com/withhttp://kivivi.com/#Home, but Safari and Chrome > aren't overwriting thehttp://kivivi.com/, they are adding > thehttp://kivivi.com/#Home > > Ian > > http://examples.roughian.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
