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 for IE9 #8

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

Fix for IE9 #8

wants to merge 1 commit into from

Conversation

Discobanan
Copy link

We had an issue where the events are triggered multiple times on IE9, and they are also triggered when navigating within the page using hash url's. The issue is clearly visible in this video:

https://youtu.be/u_G1HX5s20o

However, I don't know if this will break functionality for any other browser.

Fixed an issue where the events were triggered multiple times in IE9
@joni2back
Copy link

Would be great to implement a travis ci to make tests here..
Btw, changing to false the third addEventListener param (useCapture) the event won't work with the child elements

@addyosmani
Copy link
Owner

The change described here won't work with child elements as described above. If someone is able to suggest a better fix, we can definitely consider it.

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

Successfully merging this pull request may close these issues.

None yet

3 participants