-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Document popover focus #12688
Document popover focus #12688
Conversation
@mdo This PR has an unrelated "Update Glyphicons" commit in it. |
Derp, resolved. |
@@ -1160,8 +1162,11 @@ <h3 class="popover-title">Popover left</h3> | |||
|
|||
<h3>Live demo</h3> | |||
<div class="bs-example" style="padding-bottom: 24px;"> | |||
<a href="#" class="btn btn-lg btn-danger" data-toggle="popover" title="A Title" data-content="And here's some amazing content. It's very engaging. right?" role="button">Click to toggle popover</a> | |||
<button type="button" class="btn btn-lg btn-danger bs-docs-popover" data-toggle="popover" title="Popover title" data-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</a> |
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.
Wrong closing tag here.
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.
Actually, all the instances of this code have mismatched tags.
Conflicts: docs/assets/js/docs.min.js
This documents #10140, but while adding I hit the bug in #11788 (
trigger: 'focus'
doesn't work in Safari and apparently Firefox). When that bug gets fixed, we can merge this in.