-
Notifications
You must be signed in to change notification settings - Fork 40
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
regionfragmentchange event is not hooked in IE10+ #38
Comments
Okay if that also apply to IE11 I'll take a look at it. Please provide a reduced test case I can run in both browsers to find out the difference ;-) |
it is reproduced in IE 11. As I can understand there are no call I have attached small example with code for you. I hope it help. |
I will have a look tomorrow |
From what I can see the problem is in your code. In IE, there are no element matching a rule creating a region at all. For some reason |
Could this be a race condition? IE uses additional polyfills to work, maybe something fires too early or too late and messes up with your flow but I don't really understand why. |
I have the next code
this.namedFlow.addEventListener('regionfragmentchange', function () {...});
regionfragmentchange is hooked in Chrome, Opera, Yandex & Firefox, but doesn't work in IE10 & IE11
The text was updated successfully, but these errors were encountered: