-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Clicking vertical scrollbar for suggestions in IE closes menu #705
Comments
Thanks for reporting this. I'll look into getting this fixed for v0.10.2. |
Any temp fix for this? |
#752 contains what I think is a fix. If you can, please test it out and let me know if it resolves your issue. |
Yes this works for me, Thanks! |
…onger closes drop down in IE
still happening |
I'm not too sure why this is closed as I still experience this issue? Is there a fix for this? It even happens on the main examples page for the Scrollable Dropdown Menu. |
Hi guys, just to let you know it looks like a bug in the latest IE11.0.47, which has reintroduced this bug. |
In case anyone needs a solution, I basically made a version of _hacks() that relies on a focus flag set using mouseenter, mouseleave events on the menu. Seems to do the trick. |
That's what I did too: |
mouseenter/leave didn't occur to me until I saw this on a similar problem. |
If the suggestions menu has a vertical scrollbar, e.g. has a max-width set, clicking the scrollbar closes the typeahead menu in Internet Explorer. The scroll bar works fine in Firefox and Chrome.
Affects at least IE8, IE11 (probably IE9 and IE10 as well).
IE8: Clicking scroll up/down icons works fine, but dragging the "scroll element" does not.
IE11: Clicking anywhere on the scrollbar closes the menu.
Tested using typeahead.js 0.10.1
Example fiddle: http://jsfiddle.net/r2a2G/
The text was updated successfully, but these errors were encountered: