- 16 Jun, 2015 1 commit
-
-
Mark Otto authored
-
- 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 3 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 2 commits
-
-
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?
-
Patrick H. Lauke authored
Fix for problem that emerged from #16226 (`.active` class not actually being applied) and expansion of the script to also correctly handle keyboard interaction with checkboxes in `data-toggle="button"` groups
-
- 28 Apr, 2015 2 commits
-
-
XhmikosR authored
-
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.
-
- 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 2 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
Erratum from #15496
-