-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Chore/merge-v4-dev-@261418 #1284
Conversation
julien-deramond
commented
May 31, 2022
•
edited
Loading
edited
- twbs/bootstrap@5299abe: Already done in Boosted
- twbs/bootstrap@3b63d50: Already done in Boosted
- twbs/bootstrap@bae047f
- twbs/bootstrap@0090af6
- twbs/bootstrap@7613953
- twbs/bootstrap@d36b1a4
- twbs/bootstrap@d9481ee
- twbs/bootstrap@6a50084
- twbs/bootstrap@e4dc2e9
- twbs/bootstrap@7d57d9a
- twbs/bootstrap@c1b42e3: Already done in Boosted
- twbs/bootstrap@c043a75
- twbs/bootstrap@261b418
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
<a class="nav-link" id="v-pills-messages-tab" data-toggle="pill" href="#v-pills-messages" role="tab" aria-controls="v-pills-messages" aria-selected="false">Messages</a> | ||
<a class="nav-link" id="v-pills-settings-tab" data-toggle="pill" href="#v-pills-settings" role="tab" aria-controls="v-pills-settings" aria-selected="false">Settings</a> | ||
<button class="nav-link active" id="v-pills-home-tab" data-toggle="pill" data-target="#v-pills-home" type="button" role="tab" aria-controls="v-pills-home" aria-selected="true">Home</button> | ||
<button class="nav-link" id="v-pills-profile-tab" data-toggle="pill" data-target="#v-pills-profile" type="button" role="tab" aria-controls="v-pills-profile" aria-selected="false">Profile</buttona> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2952750
to
e350cae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few things for Boosted and the main things to Bs.
Could maybe be tackled in another PR but the javascript behavior on tabs seems to be completely broken on our side. The _dataApiKeydownHandler
seems to not handle every case
@@ -350,13 +350,13 @@ Note that the tab JavaScript plugin **does not** support tabbed interfaces that | |||
<div class="bd-example bd-example-tabs"> | |||
<ul class="nav nav-tabs" id="myTab" role="tablist"> | |||
<li class="nav-item" role="presentation"> | |||
<a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">Home</a> | |||
<button class="nav-link active" id="home-tab" data-toggle="tab" data-target="#home" type="button" role="tab" aria-controls="home" aria-selected="true">Home</button> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, we lost the dynamic focus using <button>
instead of <a>
+ We have a different behavior than Bs
I let you tackle the things directly in Boostrap and create an issue for the problems not coming from this PR. Thanks for the review. |