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

not working in IE8 #91

Open
mlarcher opened this issue Nov 17, 2015 · 3 comments
Open

not working in IE8 #91

mlarcher opened this issue Nov 17, 2015 · 3 comments
Milestone

Comments

@mlarcher
Copy link

The lib fails on removeListener.call(this, eventName, arguments.callee, false); with error Invalid procedure call or argument. Any chance this get fixed ?

@66Ton99 66Ton99 added the bug label Nov 17, 2015
@66Ton99
Copy link
Collaborator

66Ton99 commented Nov 17, 2015

Sorry, but I do not work with Symfony now, so waiting for PR from you or somebody else.

@mlarcher
Copy link
Author

I don't have time to provide a PR, but for future reference here is what I did to make it work with IE8:

(function () {

  if ('HTMLElement' in window) {
    return;
  }
  window.HTMLElement = window.Element;

})();

@66Ton99
Copy link
Collaborator

66Ton99 commented Nov 17, 2015

Thanks.

@66Ton99 66Ton99 modified the milestones: 1.4.0, 1.3.0, 1.4.1 Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants