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
Upon reviewing the W3C example, I agree that the tab key behavior within the tabbed interface is functioning as expected. Given this, I propose closing the GitHub issue.
Prerequisites
Describe the issue
Unable to use the tab key to navigate the Home Profile Contact tabs. It seems the tab JS plugin is setting the tabindex of all non-active tabs to -1.
https://getbootstrap.com/docs/5.3/components/navs-tabs/#javascript-behavior
Reduced test cases
Even if you manually set the
tabindex="0"
of the links in the HTML, the script changes them to -1 on init.https://codepen.io/jdoe1111112/pen/VwRRNRV
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome, Firefox
What version of Bootstrap are you using?
v5.2.3
The text was updated successfully, but these errors were encountered: