aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06gruntMark Otto11-11/+11
2017-01-06version bumpMark Otto22-42/+42
2017-01-05gruntMark Otto2-3/+3
2017-01-05Merge pull request #21093 from Johann-S/fixButtonGrpAriaPatrick H. Lauke2-3/+14
Close #21090 - Fix aria-pressed attribute for buttons in container with data-attribute="buttons"
2017-01-04gruntMark Otto2-2/+2
2017-01-04Use pageYOffset instead of scrollYPierre-Denis Vanduynslager1-1/+1
2017-01-04Close #21090 - Fix aria-pressed attribute for buttons in container with ↵Johann-S2-3/+14
data-toggle='buttons'
2017-01-03gruntMark Otto2-3/+4
2017-01-02Dropdown: close menu when focusing outside element (#21375)Pierre-Denis Vanduynslager2-4/+65
* Close dropdown menu when focusing an outside element * Update unit test to new markup
2017-01-02gruntMark Otto2-2/+2
2017-01-02update seletors in jsMark Otto2-5/+5
2017-01-02update rest of docs, remove navbar specific modifiers, fix docs example cssMark Otto1-1/+1
2017-01-01gruntHeinrich Fenkart2-2/+2
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto10-10/+0
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro
2016-12-31Allow to use nav with tab JSJohann-S3-1/+50
2016-12-31one more test fileMark Otto1-2/+2
2016-12-31nuke local test vendor jquery and tether, replace with docs assetsMark Otto12-18/+13
2016-12-31Update visual test carouselJohann-S1-4/+4
2016-12-30fix navbar in dropdown visual test fileMark Otto1-4/+7
2016-12-31Extend ESLint to cover all JS files and drop JSCS.Bardi Harborow2-42/+7
2016-12-29Close #21249 : Add a Unit test for #21227Johann-S2-0/+62
2016-12-27gruntMark Otto2-1/+5
2016-12-27update click state when hiding so can be shown again by trigger. fixes #16732Max Beatty2-0/+25
2016-12-25gruntMark Otto2-2/+3
2016-12-24[Fix #19849] Tabs are opened even if disabled. (#20795)Alessandro Rodi2-1/+41
* [Fix #19849] Tabs are opened even if disabled. * fix hund code review hints * rollback hound issues because Travis fails
2016-12-24gruntMark Otto4-4/+5
2016-12-23Closes: #21412: Fix unit test for carouselJohann-S1-1/+0
2016-12-23Carousel: Only prevents default for ARROW_LEFT and ARROW_RIGHT keysMatheus Azzi2-0/+33
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.
2016-12-22scrollspy: fix wrong activation of all nested links (#20304)mr-july1-1/+1
* fix wrong activation of all nested links; just first level item should be activated * use template instead of string concatenation
2016-12-21Merge branch 'patch-1' of https://github.com/tracker1/bootstrap into ↵Mark Otto3-3/+3
tracker1-patch-1
2016-12-19gruntMark Otto14-44/+44
2016-12-19Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into ↵Mark Otto15-105/+105
Starsam80-fix-20982
2016-12-07gruntMark Otto2-13/+29
2016-12-07Fix tabs by using new classesStarsam801-3/+3
2016-12-07Rename `.active` to `.show`Starsam8014-102/+102
2016-12-04remove commented out codeMark Otto1-4/+0
2016-12-04Merge branch 'v4-dev' into carouselMark Otto32-97/+378
2016-12-04fix js for previousMark Otto1-2/+2
2016-12-04pull in js changes from #18830Mark Otto1-14/+32
2016-12-02gruntMark Otto8-16/+53
2016-12-02[V4] Throw error when a plugin is in transition (#17823)Johann8-23/+144
* Throw error when a plugin is in transition * Add unit tests about plugins in transition
2016-11-29gruntMark Otto2-1/+6
2016-11-29Hide popovers when their containing modal is closed. (#21227)Bardi Harborow1-0/+6
2016-11-28gruntMark Otto2-5/+2
2016-11-28Use multi-selector to remove the same event handler (#20642)Juno_okyo1-4/+1
2016-11-28Merge branch 'v4-js-carousel' of https://github.com/J2TeaM/bootstrap into ↵Mark Otto9-23/+12
J2TeaM-v4-js-carousel
2016-11-28gruntMark Otto2-2/+2
2016-11-27Closes #21055: Prevents ScrollSpy from clearing active item when Safari ↵Rob Ruana2-1/+45
rubberbands (#21056) 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.
2016-11-26gruntMark Otto2-4/+8
2016-11-26Merge branch 'container-tooltip-option' into v4-devMark Otto1-3/+7