Skip to content

Adds Event polyfill for IE

Filipa Lacerda requested to merge ie-event-polyfill into master

What does this MR do?

Adds a polyfill for new Event for IE 11 https://developer.mozilla.org/en-US/docs/Web/API/Event/Event

We use new Event in at least 8 places, causing a lot of features to not work on IE11

Screen_Recording_2017-09-08_at_04.48_PM

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/37633 https://gitlab.com/gitlab-org/gitlab-ce/issues/37139

Edited by Filipa Lacerda

Merge request reports