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

hashchange event wont trigger in IE9 #103

Open
ottendennis opened this issue Dec 13, 2016 · 0 comments
Open

hashchange event wont trigger in IE9 #103

ottendennis opened this issue Dec 13, 2016 · 0 comments

Comments

@ottendennis
Copy link

ottendennis commented Dec 13, 2016

history.zip

When i click the "item" button in IE9, i expect the hashListener to be executed. I think it's caused by L445
Removing this line fixes the problem, but i guess it's required for something else ;)

<a href="#item">Item</a>

<script> var hashListener = function () { console.log('hash change!'); }; window.addEventListener('hashchange', hashListener); </script>

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

1 participant