-
Notifications
You must be signed in to change notification settings - Fork 62
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
Comments
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 😇 |
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? |
Are you able to test this some time? |
I've already test this fix in IE. It works. |
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?
The text was updated successfully, but these errors were encountered: