bug or feature, the tabs panel have focus ?
See original GitHub issueI’am using last version !
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css" />
<script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js"></script>
And see this screenshot
There a focus on tab, it is a bug, or feature! In standart tabs of boostrap4 no focus! If this a feature how could disable, to make it not focusable. For Design perspective is not good looking ! I’m using last chrome !
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
OSX: Panel windows steal focus when creating a new tab in ...
Open new tab with Command + T in main Chrome window 4. Lose focus ... Fix the bug that minimized panel window might...
Read more >Control focus with tabindex - web.dev
Try pressing the Tab key to navigate through your site. Are you able to reach all the interactive controls on the page? If...
Read more >Control of deactivated control elements, bug or feature? - NI ...
Let's say "A" has the input focus (i. e. through tab control). Now you press "F4" and the operation connected with "B" will...
Read more >TAB key functionality (still) buggy in export window
First field is only focused after pressing TAB two times, tab moves through fields but then disappears instead of circling through the fields....
Read more >Solving auto-tab bugs with focus commands and valid input ...
This bug highlights the importance of properly implementing tabbing functionality in your user interface. Whether you are developing for web or ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think in a few weeks the pre-release will be available at unpkg
Documentation will look like this
Until it is available via unpkg or npm you can use this build: bootstrap-vue.js bootstrap-vue.css
In your template simply add
no-key-nav
to<b-tabs>
e.g.Link to a CodeSandbox