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

Broken URLs in IE10 in Windows 7 #7

Closed jodyfanning closed 11 years ago

jodyfanning commented 11 years ago

When I use pushState() in IE10 with a relative URL the final URL in the browser is corrupted. Since IE10 natively supports the native History API I guess there is some problem with version detection.

If I use an absolute path "/yyy/xxx.html" then it works fine, but "xxx.html" doesn't.

When I remove the history.js script from my page the code works fine using the IE10 native API.

devote commented 11 years ago

Hello!

I did not check the library in IE10 and for that reason I was not sure of its correct working. I will check and fix it soon.

Thanks for the post.

devote commented 11 years ago

Hi!

I fixed a bug work IE10. Please check the operation. thanks

jodyfanning commented 11 years ago

Hi,

That works now!

Thanks

devote commented 11 years ago

Thanks for the bug report