-
-
Notifications
You must be signed in to change notification settings - Fork 78.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
Different behaviour of .dropup and .dropdown #16913
Comments
This presumably happens because Line 160 in 5c02844
.dropup
There are a couple additional instances of this in other plugins: |
Bootstrap 3 is no longer being officially developed or supported. All work has moved onto our next major release, v4. As such, this issue or pull request is being closed as a "won't fix." For additional help and support, we recommend utilizing our community resources. Thanks for your understanding, and see you on the other side of v4! <3, |
Referring to the docs (http://getbootstrap.com/components/#dropdowns) the only difference between the .dropdown and the .dropup class should be that one is opening downwards and the other one upwards.
In fact they behave different if you click inside them. The .dropdown will stay open and the .dropup will close immediately. If you just put an
<ul>
with links inside the container you won't notice this issue but if you work with other elements (e.g. a form inside of the container) it won't work because the dropup will close as soon as you want to fill a form field.The text was updated successfully, but these errors were encountered: