question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug or feature, the tabs panel have focus ?

See original GitHub issue

I’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 image

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:closed
  • Created 5 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
emanuelmutschlechnercommented, Apr 16, 2018

I think in a few weeks the pre-release will be available at unpkg

Documentation will look like this capture capture

2reactions
emanuelmutschlechnercommented, Apr 16, 2018

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.

<b-tabs no-key-nav>
  <b-tab title="first" active>
    <br>I'm the first fading tab
  </b-tab>
  <b-tab title="second" >
    <br>I'm the second tab content
  </b-tab>
  <b-tab title="disabled" disabled>
    <br>Disabled tab!
  </b-tab>
</b-tabs>

Link to a CodeSandbox

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found