On 3 juin, 03:38, Sky <[email protected]> wrote: > History.newItem() and History.getToken() are supposed to > encodeURIComponent and decodeURIComponent respectively. I looked into > the implemented native methods and they sure appear to do that. > > However, in FF 3.5 the encoding does not happen. My browser URL shows > normal spaces instead of %20. > > In IE8 the encoding does happen. > > Is this a big deal or what?
It's just how the browser chooses to *display* the URL. Firefox chooses to make it more readable and user-friendly by %-decoding it. I'd expect it to give you a %20 when copying the URL to paste it into another app though. -- 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.
