We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When dropdown is on navbar, it delays to disappear when you click outside of the dropdown items when toggled.
Clicking outside of dropdown button when toggled should dismiss the items immediately but it delays few seconds and then disappearing.
<div> <b-navbar type="dark" variant="dark"> <b-navbar-nav> <b-nav-item href="#">Home</b-nav-item> <!-- Navbar dropdowns --> <b-nav-item-dropdown text="Lang" right> <b-dropdown-item href="#">EN</b-dropdown-item> <b-dropdown-item href="#">ES</b-dropdown-item> <b-dropdown-item href="#">RU</b-dropdown-item> <b-dropdown-item href="#">FA</b-dropdown-item> </b-nav-item-dropdown> <b-nav-item-dropdown text="User" right> <b-dropdown-item href="#">Account</b-dropdown-item> <b-dropdown-item href="#">Settings</b-dropdown-item> </b-nav-item-dropdown> </b-navbar-nav> </b-navbar> </div>
It should dismiss dropdown items immediately when you click outside of the element.
Libraries:
Environment:
The text was updated successfully, but these errors were encountered:
Looks like this bug was introduced in version 2.19.0, and is present in all later versions. Version 2.18.0 does not have this issue.
2.19.0
2.18.0
Sorry, something went wrong.
fix(b-dropdown): decrease delay when hiding inside a navbar on no-tou…
7d72605
…ch devices (closes #6306) (#6367) * fixes #6306 * Update dropdown.js Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Successfully merging a pull request may close this issue.
Describe the bug
When dropdown is on navbar, it delays to disappear when you click outside of the dropdown items when toggled.
Clicking outside of dropdown button when toggled should dismiss the items immediately but it delays few seconds and then disappearing.
Steps to reproduce the bug
Expected behavior
It should dismiss dropdown items immediately when you click outside of the element.
Versions
Libraries:
Environment:
The text was updated successfully, but these errors were encountered: