tags:

views:

28

answers:

1

It seems after calling history.pushState, window.location.pathname doesn't get changed (at least in Safari). Any way to get the changed pathname? I currently just keep track of it in a global var.

A: 

Hi,

i`m having the same problem with Safari 5.0.1 while it works fine in Chrome 6.0.472.63.

In Safari the visible URL gets changed, but the window.location object isn`t updating. Is this a Safari bug and anyone knows how to solve this?

fabse