- 02 Jun, 2015 1 commit
-
-
Patrick H. Lauke authored
as role="menu" is a very specific (and strict) ARIA pattern for desktop-like application menus, and our dropdowns are often used as pure navigation dropdowns, this change abandons ARIA menus for a more open-ended and light-weight approach (see http://heydonworks.com/practical_aria_examples/#submenus and http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria) note that in dropdown.js, switched to now target ``.dropdown-menu`` instead of ``role["menu"]`` - this also prevents bootstrap scripts from "bleeding" into non-bootstrap components on the same page. also removed the ``role=["listbox"]`` part, which appears to be vestigial/unused (only place in bootstrap that uses that role are carousels, and their key handling is done separately)
-
- 17 May, 2015 1 commit
-
-
XhmikosR authored
-
- 09 May, 2015 1 commit
-
-
XhmikosR authored
-
- 05 May, 2015 2 commits
- 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.
-
- 01 May, 2015 1 commit
-
-
Patrick H. Lauke authored
Overall logic for this test appears broken, possibly relating to an older version of Bootstrap that did not require explicit `data-toggle="button"` on single toggle buttons?
-
- 28 Apr, 2015 1 commit
-
-
Braden M. Kelley authored
Fixes issue #16008
-
- 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.
-
- 11 Apr, 2015 1 commit
-
-
Patrick H. Lauke authored
-
- 08 Apr, 2015 1 commit
-
-
Johann-S authored
-
- 29 Mar, 2015 2 commits
-
-
Adrien Jarthon authored
-
Adrien Jarthon authored
-
- 26 Mar, 2015 1 commit
-
-
Chris Rebert authored
-
- 21 Mar, 2015 1 commit
-
-
Emmanuel Bourgerie authored
Closes #16073 by merging it
-
- 10 Mar, 2015 1 commit
-
-
Maxim Andrukhovych authored
-
- 09 Mar, 2015 1 commit
-
-
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 3 commits
-
-
Chris Rebert authored
-
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 5 commits
-
-
Heinrich Fenkart authored
Refs #15893
-
nakupanda authored