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

Matomo can't track IE <9 any more #15477

Closed
Findus23 opened this issue Jan 28, 2020 · 1 comment
Closed

Matomo can't track IE <9 any more #15477

Findus23 opened this issue Jan 28, 2020 · 1 comment
Assignees
Labels
Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone

Comments

@Findus23
Copy link
Member

Findus23 commented Jan 28, 2020

caused by #15184
reported in https://forum.matomo.org/t/update-3-13-1-no-tracking-in-internetexplorer-error-addeventlistener/35826

IE <9 doesn't support addEventListener(), instead a wrapper is used to make matomo.js compatible. But #15184 added a non-wrapped eventlistener which seems to break tracking.

window.addEventListener('message', function(e) {

@Findus23 Findus23 added the Regression Indicates a feature used to work in a certain way but it no longer does even though it should. label Jan 28, 2020
@Findus23 Findus23 added this to the 3.13.2 milestone Jan 28, 2020
@tsteur tsteur self-assigned this Jan 29, 2020
@mattab
Copy link
Member

mattab commented Jan 30, 2020

This seems fixed, so closing 👍

@mattab mattab closed this as completed Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Projects
None yet
Development

No branches or pull requests

3 participants