devote / HTML5-History-API

HTML5 History API expansion for browsers not supporting pushState, replaceState
http://spb-piksel.ru
MIT License
1.02k stars 182 forks source link

history.state in Safari not null #45

Closed woelfchen closed 9 years ago

woelfchen commented 10 years ago

If I change the value in the address bar, then history.state never zero. In the other browser is the history.state zero.

If I use the back or forward button, then is history.state already filled in all browser. That is okay.

devote commented 9 years ago

Please reopen it or create new issue if you needed. Thanks!

warappa commented 9 years ago

Version 4.2.1

I just encountered this issue with IE11. In Chrome (42 and earlier) and Firefox (38) it works as expected: new Url has no state assigned.

devote commented 9 years ago

I do not know how to reproduce this problem, you can give an example?