-
Notifications
You must be signed in to change notification settings - Fork 371
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
fires events with Select/Option with IE #114
Comments
I'm experiencing same. Any thoughts anyone? IE11.0 |
No one helped with this kazimzaidi. |
I was dealing with the same problem and also tried to fix this. Failed. As I had some time constraints there was either an option to remove ouibounce, disable it for IE or find some hack to make it work for everybody. I chose the hack way by just instantly hiding the popup and re-initializing it. It has to be fast enough so the user does not see it. Have to test cross browser. Not super nice but works :)
|
Another workaround, check if the event was fired from within a select, this can be done on mouse event
Hope this is useful |
in IE once i trigger the change event on the Select and enter the Options, the ouibounce fires.
i tried finding a fix couldn't get it done.
anyone has an idea how to fix this?
The text was updated successfully, but these errors were encountered: