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

fix(errors): added check if IE11 then use hashchange event listener F… #1988

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

margokopli
Copy link

fix #1849

IE11 does not fire the popstate event when the URL's hash value changes. Changed, in IE11 case, from propstate event listener to hashchange.

@posva
Copy link
Member

posva commented Jan 14, 2018

Hey, thanks for the contribution. I will need to run the test suit against IE11 to make sure no other features are being broken

@pacop
Copy link

pacop commented Feb 20, 2018

Some news? I am having this very same problem

@thepill
Copy link

thepill commented Feb 28, 2018

Im also facing the same problem - would be great if this solves it!

@vuejs vuejs deleted a comment from SniperSister Apr 1, 2018
@hugywin
Copy link

hugywin commented Jun 12, 2018

IE10 also has this problem

@N2ET
Copy link

N2ET commented Nov 19, 2018

any progress?

@Krabi
Copy link

Krabi commented Dec 7, 2018

@posva Any results? Almost one yer ago you promissed to run tests.

@asomervell
Copy link

@posva how is this not merged yet? Was it resolved already somewhere else? @aclifford85

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

Successfully merging this pull request may close these issues.

Manual change of hash into the URL doesn't trigger the route in IE11
8 participants