-
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
ui dropdown does not hide when click others dropdown icon of the right #3998
Comments
I can't reproduce this in Chrome, everything seems to be closing correctly. Is there something I'm missing? Jsfiddle? |
I can confirm on Firefox v46.0 on GNU/Linux. I could not provoke it when the dropdowns open towards top however. Browser console states:
In order to provoke the behaviour I need to hit the Selection select has @jlukic JSFiddle is served via HTTPS, so I cannot load semantic.css/.js (MixedContent Warning). For reference: Dropdown examples. |
@jlukic It can be easily reproduced, when clicking the dropdown icon but other place. It still can be reproduced on my latest Chrome of WIN7 OS. |
If you click exactly on arrow icon you can reproduce this error , Firefox 47 and Chrome 51.0.2704.103 on Windows |
Dropdown icon was preventing events from bubbling, meaning other dropdowns couldnt correctly observe the click event to close the dropdown. Fixed |
First: click the icon open the menu.
Second: click the icon open the menu of other one dropdown.
Now, you can see two dropdowns's menu are opening.
The text was updated successfully, but these errors were encountered: