-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)WebProfilerBundle
Description
In IE8 and 9 the symfony 2 profiler throws a javascript error caused by the ajax requests logged.
IE8 and 9 do not have have a addEventListener object in XMLHttpRequest, but use attachEvent instead.
For IE8 and 9, in base_js.html.twig instead of this.addEventListener("readystatechange", function() {
it should be this.attachEvent("onreadystatechange", function () {
Metadata
Metadata
Assignees
Labels
Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)WebProfilerBundle