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

popstate event completely broken in IE8 #44

Closed AlexGalays closed 9 years ago

AlexGalays commented 10 years ago

In IE8, whenever a call to replaceState or pushState is made, a popState event is dispatched.

Only hash changes not originating from a replace/pushState call should dispatch a popState event.

devote commented 9 years ago

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