-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone
Description
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.
Line 6817 in 907a3d6
window.addEventListener('message', function(e) { |
Metadata
Metadata
Assignees
Labels
RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.