Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken URLs in IE10 in Windows 7 #7

Closed
jodyfanning opened this issue Nov 16, 2012 · 4 comments
Closed

Broken URLs in IE10 in Windows 7 #7

jodyfanning opened this issue Nov 16, 2012 · 4 comments
Labels

Comments

@jodyfanning
Copy link

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
Copy link
Owner

devote commented Nov 16, 2012

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
Copy link
Owner

devote commented Nov 17, 2012

Hi!

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

@jodyfanning
Copy link
Author

Hi,

That works now!

Thanks

@devote
Copy link
Owner

devote commented Nov 18, 2012

Thanks for the bug report

@devote devote closed this as completed Nov 18, 2012
@qwerty321123 qwerty321123 mentioned this issue Feb 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants