- 02 Mar, 2015 1 commit
-
-
XhmikosR 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 6 commits
-
-
Heinrich Fenkart authored
Refs #15893
-
nakupanda authored
-
Quentin Spencer-Harper authored
Fixed performance bug where a tooltip element is created and then immediately destroyed when tooltip.hide() is called and there is no existing tooltip element Resolves #15557 by merging it.
- 25 Feb, 2015 4 commits
-
-
Kevin Kirsche authored
[Ref #15881] Use Explicit Values for javascript variables rather than chained ones. From https://github.com/twbs/bootstrap/pull/15881#discussion_r25330647
-
Chris Rebert authored
-
Heinrich Fenkart authored
-
Heinrich Fenkart authored
-
- 24 Feb, 2015 6 commits
-
-
Kevin Kirsche authored
Redo of #15876
-
Kevin Kirsche authored
Add tests for `aria-hidden` of modal Use strictEqual of 1 here instead of 2 asserts
-
Chris Rebert authored
[skip validator]
-
Chris Rebert authored
[skip validator]
-
Chris Rebert authored
[skip validator]
-
Chris Rebert authored
-
- 29 Jan, 2015 1 commit
-
-
dormouse authored
Popover is extend Tooltip, the tip function can use tootltip's tip, so we can remove the tip function definition in popover to reduce the js filesize tip function definition in tooltip.js https://github.com/tbs/bootstrap/blob/master/js/tooltip.js#L405-L407
-
- 27 Jan, 2015 1 commit
-
-
Chris Rebert authored
isHorizontal => isVertical
-
- 21 Jan, 2015 4 commits
-
-
Chris Rebert authored
Refs #15186
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
[skip validator]
-
- 19 Jan, 2015 2 commits
- 16 Jan, 2015 2 commits
- 06 Jan, 2015 1 commit
-
-
XhmikosR authored
-
- 05 Jan, 2015 2 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
Closes #15484
-
- 01 Jan, 2015 1 commit
-
-
Zlatan Vasović authored
-
- 30 Dec, 2014 3 commits
-
-
Chris Rebert authored
This reverts commit 1b323762. This reverts PR #14189 because it caused major regressions. Fixes #15168. We'll try to revisit #14167's feature request in Bootstrap v4. [skip validator]
-
Chris Rebert authored
-
Chris Rebert authored
Special thanks to @programcsharp [skip validator]
-
- 29 Dec, 2014 1 commit
-
-
Chris Rebert authored
New rule added in JSCS v1.9.0 Our JS already complies with this.
-
- 18 Dec, 2014 1 commit
-
-
Heinrich Fenkart authored
Fixes #15353.
-