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

Issue on IE11 with hash URL that State never reset to null after setting it for any URL #100

Open
shahjeet297 opened this issue Jun 21, 2016 · 1 comment

Comments

@shahjeet297
Copy link

shahjeet297 commented Jun 21, 2016

IN IE11 there is an issue that 'popstate' not fired with hashchange so if you are working with hash URL's then history API works incorrectly and CheckforURLupdate always empty in such cases and 'popstate' not fired.

scenario:
add state to url 'localhost#page1' and navigate to 'localhost#page2' the state added at first url will be available on second as well.

you can check it here:
http://codepen.io/Fyrd/pen/wBVGjK

@mveer-agarwal
Copy link

I have added my file over the URL

mveer-agarwal/history.js#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants