You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on a legacy system, it uses Bootstrap 3. Can't speak for later versions of Bootstrap. While bootstrap doesn't allow for multilevel global navigation out of the box, we use a modified version that does allow for it.
Global Navigation = Navigation Dropdown at the top of the website.
We use Liquid Slider for Announcements.
If I have keyboardNavigation set to the value of true while using Liquid Slider, when you tab through our Global Navigation (multilevel dropdown) it auto closes the dropdown once you attempt to tab into the lower ul li past the first level. If I set it the value to false, the global navigation tabs as expected. But setting it to true is the only way to allow the arrow keys to navigate through the Liquid Slider tabs.
Any advice on how to solve this issue?
The text was updated successfully, but these errors were encountered:
Currently on a legacy system, it uses Bootstrap 3. Can't speak for later versions of Bootstrap. While bootstrap doesn't allow for multilevel global navigation out of the box, we use a modified version that does allow for it.
Global Navigation = Navigation Dropdown at the top of the website.
We use Liquid Slider for Announcements.
If I have keyboardNavigation set to the value of true while using Liquid Slider, when you tab through our Global Navigation (multilevel dropdown) it auto closes the dropdown once you attempt to tab into the lower ul li past the first level. If I set it the value to false, the global navigation tabs as expected. But setting it to true is the only way to allow the arrow keys to navigate through the Liquid Slider tabs.
Any advice on how to solve this issue?
The text was updated successfully, but these errors were encountered: