https://bugs.kde.org/show_bug.cgi?id=356638
--- Comment #3 from Francis Herne <francis.he...@yahoo.co.uk> --- The 13-line example on the linked page (https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#JavaScript_Content) encounters it. Cut down further: function someFunction() {} var el = document.getElementById('elephant'); el.addEventListener("click", someFunction, false); -- You are receiving this mail because: You are watching all bug changes.