- 29 Mar, 2015 2 commits
-
-
Adrien Jarthon authored
-
Adrien Jarthon authored
-
- 25 Mar, 2015 1 commit
-
-
Adrien Jarthon authored
Currently, auto placement is using the container dimensions (if provided) or the element's parent to determine where to open the tooltip: ```javascript var $container = this.options.container ? $(this.options.container) : this.$element.parent() var containerDim = this.getPosition($container) ``` This is quite broken in fact, because the parent element could be just a small div outside the element for example, leading in a totally random placement (placing the tooltip on top even if there's no room). And the container can also be outside of the viewport. This fix simply uses the viewport instead, that's the purpose of the viewport actually, to position the tooltip. So the auto placement should use it to find where there's more room. By default this is body, which is good.
-
- 24 Mar, 2015 5 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
add role="button" to a[data-toggle="collapse"]
-
Patrick H. Lauke authored
Add aria-expanded to navbar toggles
-
Patrick H. Lauke authored
Also, use id rather class name for the navigation, as it's unique and lets us use correct aria-controls (and without the use of id, aria-expanded does not get updated correctly by the current dropdown toggle script)
-
Patrick H. Lauke authored
-
- 23 Mar, 2015 3 commits
-
-
Patrick H. Lauke authored
Callout for tooltips and keyboard/AT accessibility
-
Patrick H. Lauke authored
Before, most callouts hierarchically came under Examples > Four directions, which is not appropriate. Now they're under Markup
-
Patrick H. Lauke authored
Include callout explicitly mentioning tooltips should only be added to focusable elements. Closes #16134
-
- 21 Mar, 2015 6 commits
-
-
Bootstrap's Grunt bot authored
-
Emmanuel Bourgerie authored
Closes #16073 by merging it
-
Chris Rebert authored
-
Patrick H. Lauke authored
Increment quick start options to six in readme.md
-
vsn4ik authored
[skip validator] [skip sauce]
-
Rodrigo Prado authored
Closes #16113 Closes #16114 [skip sauce]
-
- 19 Mar, 2015 5 commits
-
-
Chris Rebert authored
Add `.alert-warning` related change to migration doc
-
Vignesh Nandha Kumar authored
-
Bootstrap's Grunt bot authored
-
Chris Rebert authored
avoid unnecessary HTML string building+parsing
-
Chris Rebert authored
Update jspm configuration
-
- 18 Mar, 2015 1 commit
-
-
Guy Bedford authored
-
- 16 Mar, 2015 6 commits
-
-
Bootstrap's Grunt bot authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
Refs #15947
-
- 15 Mar, 2015 6 commits
-
-
Bootstrap's Grunt bot authored
-
Chris Rebert authored
ScrollSpy: Fixed proper nav element selection when scrolling upwards
-
Chris Rebert authored
bootstrap-sass v3.3.2 is broken. Refs https://github.com/twbs/bootstrap-sass/issues/862 Refs https://github.com/twbs/bootstrap-sass/releases/tag/v3.3.3 Refs https://github.com/twbs/bootstrap-sass/commit/daeb43dcc7b0ab06328acaca0549ee68c039aaa6
-
Bootstrap's Grunt bot authored
-
XhmikosR authored
-
XhmikosR authored
-
- 13 Mar, 2015 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 10 Mar, 2015 4 commits
-
-
Bootstrap's Grunt bot authored
-
Gleb Mazovetskiy authored
-
Maxim Andrukhovych authored
-
Bootstrap's Grunt bot authored
-