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

#trigger() method not support IE10/IE9? #81

Closed
ycwei5 opened this issue Jul 10, 2017 · 4 comments
Closed

#trigger() method not support IE10/IE9? #81

ycwei5 opened this issue Jul 10, 2017 · 4 comments
Labels

Comments

@ycwei5
Copy link

ycwei5 commented Jul 10, 2017

I use browser stack test IE browser.
When I use
wrapper.find('.classname')[0].trigger('click')
Get Error Message: Object doesn't support this action.

I want to know how to fix it?

@eddyerburgh
Copy link
Owner

I won't have time to look at this until next week, but I think it can be fixed by adding an event polyfill - https://stackoverflow.com/questions/26596123/internet-explorer-9-10-11-event-constructor-doesnt-work

If you wanted to make a PR, it would be greatly appreciated 😇

@eddyerburgh
Copy link
Owner

Sorry, shouldn't have closed.

I've added a workaround in 2.6.3 but am unable to confirm in IE.

Can you confirm the fix?

@eddyerburgh eddyerburgh reopened this Jul 22, 2017
@eddyerburgh
Copy link
Owner

Are you able to test this some time?

@ycwei5
Copy link
Author

ycwei5 commented Jul 31, 2017

I've already test this fix in IE. It works.
I'm sorry to test this too late. Thank you.

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

No branches or pull requests

2 participants