- 27 Dec, 2016 1 commit
-
-
Max Beatty authored
-
- 25 Dec, 2016 1 commit
-
-
Alessandro Rodi authored
* [Fix #19849] Tabs are opened even if disabled. * fix hund code review hints * rollback hound issues because Travis fails
-
- 23 Dec, 2016 1 commit
-
-
Matheus Azzi authored
Fixes 2 bugs: 1. All keydowns were being prevented. Because of that the user wasn't able to navigate in the whole page using ARROW_UP/ARROW_DOWN. 2. Even when is an input or textarea the keydowns were being prevented. Because of that the user wasn't able to type any text on these elements.
-
- 08 Dec, 2016 1 commit
-
-
Starsam80 authored
-
- 02 Dec, 2016 1 commit
-
-
Johann authored
* Throw error when a plugin is in transition * Add unit tests about plugins in transition
-
- 28 Nov, 2016 1 commit
-
-
Rob Ruana authored
When the rubberband effect causes Safari to scroll past the top of the page, the value of scrollTop becomes negative. If the offset of the first ScrollSpy target is 0 - essentially if the target is at the top of the page - then ScrollSpy should not clear the active item. Conceptually, the first item should remain active when rubberbanding past the top of the page. This commit fixes issue #21055 by verifying the first scrollspy target is not at the top of the page before clearing the active nav-item.
-
- 26 Nov, 2016 2 commits
- 25 Nov, 2016 1 commit
-
-
Matt Hernandez authored
* Fix bug with dropdown tab links not deactivating when other tab or dropdown link is clicked * Revise bug fix for more stability
-
- 24 Nov, 2016 2 commits
-
-
Bardi Harborow authored
-
Bardi Harborow authored
-
- 12 Nov, 2016 1 commit
-
-
Bardi Harborow authored
-
- 01 Nov, 2016 1 commit
-
-
Johann authored
-
- 25 Oct, 2016 1 commit
-
-
Johann-S authored
-
- 19 Oct, 2016 1 commit
-
-
Johann-S authored
-
- 11 Oct, 2016 2 commits
- 09 Oct, 2016 1 commit
-
-
Bardi Harborow authored
-
- 03 Oct, 2016 1 commit
-
-
Bardi Harborow authored
-
- 15 Sep, 2016 1 commit
-
-
VarelloThemes authored
-
- 04 Aug, 2016 2 commits
-
-
Max Beatty authored
-
Max Beatty authored
-
- 29 Jun, 2016 1 commit
-
-
Chris Rebert authored
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
-
- 28 Jun, 2016 2 commits
-
-
Dave Methvin authored
Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes #20182 more Refs #20191
-
Dave Methvin authored
Instead of doing a new assert.async(), just do a single one for the entire test and let the .then() be async as well. Closes #20190
-
- 27 Jun, 2016 1 commit
-
-
Chris Rebert authored
Closes #19906 [skip validator]
-
- 30 May, 2016 2 commits
-
-
Chris Rebert authored
* Use $.one() instead of $.on() since there are no $.off()s in the code. * Remove unnecessary namespacing of listeners for the `scroll` & `load` events. These are vanilla DOM events (not custom jQuery namespaced events) and we're not using jQuery namespacing to manage these event listeners either (e.g. `$.off()`). [skip validator]
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 26 May, 2016 1 commit
-
-
XhmikosR authored
-
- 11 May, 2016 1 commit
-
-
Patrick H. Lauke authored
Fixes #19878
-
- 19 Mar, 2016 1 commit
-
-
XhmikosR authored
-
- 28 Feb, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 27 Feb, 2016 1 commit
-
-
XhmikosR authored
[skip sauce] [skip validator]
-
- 19 Feb, 2016 1 commit
-
-
XhmikosR authored
[skip sauce]
-
- 16 Feb, 2016 2 commits
-
-
Patrick H. Lauke authored
-
Chris Rebert authored
js/tests/index.html: Replace jQuery event alias methods with functions that throw explanatory errors, instead of with undefined Refs https://github.com/twbs/bootstrap/pull/19219#issuecomment-184653699 [skip validator]
-
- 31 Jan, 2016 1 commit
-
-
Johann-S authored
-
- 14 Jan, 2016 1 commit
-
-
Kotas Vlastimil authored
Bootstrap’s .button styles can be applied to other elements, such as labels, to provide checkbox or radio style button toggling. When the checkbox or radio state is changed, there should be triggered the change event. Currently, the change event is triggered on the Button, which is not correct. Only input fields do support the change event.
-
- 23 Dec, 2015 2 commits
-
-
Chris Rebert authored
See also https://bugzilla.mozilla.org/show_bug.cgi?id=1228802
-
Chris Rebert authored
[ci skip]
-