- 03 May, 2015 1 commit
-
-
Carlo Stearns authored
when used with a sticky footer layout. Adds visual test for affix with sticky footer. Closes #15694. Refs #15032.
-
- 28 Apr, 2015 1 commit
-
-
XhmikosR authored
-
- 27 Apr, 2015 2 commits
-
-
Chris Rebert authored
Otherwise, the test doesn't properly fail when the fix is reverted.
-
Adrien authored
Closes #16142 by merging it.
-
- 25 Apr, 2015 1 commit
-
-
Chris Rebert authored
Closes #16219.
-
- 22 Apr, 2015 1 commit
-
-
Adrien Siami authored
Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion.
-
- 21 Apr, 2015 1 commit
-
-
Niels Steenbeek authored
Closes #16039.
-
- 11 Apr, 2015 2 commits
-
-
Patrick H. Lauke authored
-
Patrick H. Lauke authored
as this breaks keyboard navigation for radio button toggles (see https://github.com/twbs/bootstrap/issues/16223)
-
- 09 Apr, 2015 1 commit
-
-
Chris Rebert authored
-
- 08 Apr, 2015 1 commit
-
-
Johann-S authored
-
- 29 Mar, 2015 2 commits
-
-
Adrien Jarthon authored
-
Adrien Jarthon authored
-
- 26 Mar, 2015 2 commits
-
-
Heinrich Fenkart authored
Valid: function a() {} Invalid: function a () {}
-
Chris Rebert 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.
-
- 21 Mar, 2015 1 commit
-
-
Emmanuel Bourgerie authored
Closes #16073 by merging it
-
- 16 Mar, 2015 1 commit
-
-
Chris Rebert authored
-
- 10 Mar, 2015 1 commit
-
-
Maxim Andrukhovych authored
-
- 09 Mar, 2015 3 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
-
- 07 Mar, 2015 4 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
-
Kevin Kirsche authored
X-Ref: #15953 Closes #15952 by merging a tweaked version of it. [skip sauce] [skip validator]
-
Chris Rebert authored
Appears to be unnecessary and is broken by #16011, which is otherwise quite sane.
-
- 06 Mar, 2015 1 commit
-
-
Chris Rebert authored
Thanks to @peterblazejewicz & @Nikita240 Adds unit tests based on #14417 X-Ref: #14282 Closes #15807
-
- 04 Mar, 2015 1 commit
-
-
Chris Rebert authored
-
- 03 Mar, 2015 4 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
Erratum from #15496
-
Kevin Kirsche authored
[Fixes #15953] Implement `assert.expect` in each unit test
-
Heinrich Fenkart authored
Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927.
-
- 02 Mar, 2015 2 commits
-
-
XhmikosR authored
-
Chris Rebert authored
-
- 01 Mar, 2015 3 commits
-
-
Caden Lovelace authored
When the first two elements in a scrollspy content block have a document offset of zero (i.e. they're hard against the top of the page), Scrollspy would switch between them on every scroll event. This could happen, for example, in a system of nested sections: ``` <section id="animals"> <section id="dogs"> Content </section> </section> ``` This ocurred because Scrollspy's check to see if it's at the end of the array of sections uses `!arr[index]`. This misses the case where `arr[index]` does exist and is zero. This commit explicitly checks the array bounds.
-
Heinrich Fenkart authored
Since only on iOS tests fail when the fixture is displayed off-screen, see https://travis-ci.org/twbs/bootstrap/jobs/52605742
-
Heinrich Fenkart authored
-
- 27 Feb, 2015 1 commit
-
-
Ivan Cheung authored
Fixes #15741 Closes #15751 by merging it.
-
- 26 Feb, 2015 2 commits