-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Dropdown] Search In-Menu repeatedly opens/closes in IE11 #4237
Comments
Wow IE, thats pretty epic bad behavior. Confirmed |
+1 for a fix |
any luck in getting this fixed? |
It seems like IE doesn't like the immediate focus on the search input when clicking the dropdown. |
Any luck on a fix with this, got a huge admin UI going out and this is the only issue LOL ;) |
I solved it by styling the dropdown as a link which shows the search menu Den 8 nov. 2016 1:47 em skrev "Jez Timms" notifications@github.com:
|
That may not work being a large Angular app, I'll have to pass it onto the Angular devs. Thank you anyway. |
Triggering a menu item in IE in this scenario seems to retrigger focus on |
I've fixed this in Then when the menu is hidden my best guess is the |
http://jsfiddle.net/j9nup1kv/2/
I can't get the jsfiddle to work on my IE11, but the code is the example here: http://semantic-ui.com/modules/dropdown.html#search-in-menu
In IE11 the dropdown will continue to 'bounce' open and shut repeatedly. The class alternates from visible to active over and over.
Browser: IE11
OS: Win10 x64
The text was updated successfully, but these errors were encountered: