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

Fixes IE's lacking event constructor #62

Merged
merged 1 commit into from
Dec 17, 2015
Merged

Fixes IE's lacking event constructor #62

merged 1 commit into from
Dec 17, 2015

Conversation

mikkelvagn
Copy link
Contributor

It seems like in IE an exception "Object doesn't support this action" is thrown, when using the hide and rebuild functions. This is due to the fact that IE didn't have a custom Event constructor before Edge.

For more information:
http://stackoverflow.com/questions/26596123/internet-explorer-9-10-11-ev
ent-constructor-doesnt-work

@mikkelvagn mikkelvagn closed this Dec 17, 2015
@mikkelvagn mikkelvagn reopened this Dec 17, 2015
@wwayne
Copy link
Collaborator

wwayne commented Dec 17, 2015

@mikkelc you can use npm test to check code style, and npm run deploy before you push your PR.
Anyway, I will take look at this later, you don't need to care about the failure message come from ci.

@mikkelvagn
Copy link
Contributor Author

Oh... Thank you!

wwayne added a commit that referenced this pull request Dec 17, 2015
Fixes IE's lacking event constructor
@wwayne wwayne merged commit f4de6f2 into ReactTooltip:master Dec 17, 2015
@wwayne
Copy link
Collaborator

wwayne commented Dec 17, 2015

thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants