aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12bump version to v3.3.1v3.3.1Mark Otto12-23/+23
2014-11-12Dropdown: ignore keydown events coming from `input`s and `textarea`sHeinrich Fenkart2-1/+42
Fixes #15084.
2014-11-04Merge pull request #14993 from twbs/fix-14991Chris Rebert2-0/+43
Have Carousel ignore keyboard events from <input>s or <textarea>s
2014-11-05Center modal dialog at all timesHeinrich Fenkart1-8/+33
2014-11-04Have Carousel ignore keyboard events from <input>s or <textarea>s; fixes #14991Chris Rebert2-0/+43
2014-11-05Update head of all visual tests to use our basic templateHeinrich Fenkart11-13/+126
2014-11-04Fix modal backdrop overlaying the modal's scrollbarHeinrich Fenkart1-0/+18
Fixes #14916.
2014-10-30fix typo in commentChris Rebert1-1/+1
2014-10-30Fix the iOS 8 unit test failuresHeinrich Fenkart1-0/+7
Resolves #14919.
2014-10-30Use RegExp for button plugin's focus shimHeinrich Fenkart1-1/+1
Fixes #14923.
2014-10-29version bumpMark Otto12-23/+23
2014-10-29Independently delegate data-api selectorsBen-Russell3-5/+15
Fixes #14462. Closes #14463 by merging it.
2014-10-29Handle `collapsed` class on triggers even when manually invokedHeinrich Fenkart2-38/+99
Fixes #13636.
2014-10-29Merge pull request #14457 from hnrch02/button-set-val-after-event-loopHeinrich Fenkart2-7/+7
Change value of stateful button after event loop
2014-10-27Increase timeouts in tooltip unit tests to avoid spurious Sauce failuresChris Rebert1-31/+31
Fixes #14851
2014-10-26Remove faulty unit test from 9740d8bHeinrich Fenkart1-30/+0
This would only work with transitions but since we disable them for unit tests, this delivers unreliably results.
2014-10-26Follow-up to 9740d8b: fix small typoHeinrich Fenkart1-1/+1
2014-10-26Fix tooltip occasionally not hiding when using a hide delayPhil Hughes2-0/+33
Fixes #14375. Closes #14519 by merging it.
2014-10-26Allow multiple delegated tooltip selectors on a nodeAndrew S. Brown4-8/+95
Fixes #14167. Closes #14189 by merging it.
2014-10-26Follow-up to e8af21c: rm unused variable in unit testHeinrich Fenkart1-1/+1
2014-10-26Clear scrollspy selection above first sectionTadeu Zagallo2-6/+52
Closes #13563 by merging it.
2014-10-26Tabs plugin accessibilityCameron Little2-3/+38
Added support for `aria-expanded` toggling via JavaScript. Added `aria-controls`, `aria-expanded`, `aria-labelledby` to tabs docs. Added `aria-expanded` unit test for the tabs plugin. See also #13554. Closes #14154 by merging it.
2014-10-26Revert "Scrollspy: ignore invisible list items"Heinrich Fenkart1-1/+0
2014-10-23Merge pull request #14669 from vsn4ik/dropdown_event_targetHeinrich Fenkart1-1/+1
Use e.target instead :focus selector.
2014-10-22Fix IE8 unit test breakage introduced by #14767Heinrich Fenkart1-2/+6
2014-10-22Implement `hide` and `hidden` events for tabsPhil Hughes2-6/+91
Closes #14772.
2014-10-22Follow-up to e2cfbd5: Fix spaces in placement calculationHeinrich Fenkart1-4/+4
2014-10-22Fixes tooltip misplacements in scrollable viewports with auto positioningsaranya.r2-4/+108
Fixes #14756. Closes #14767.
2014-10-22Add `aria-pressed` to single toggle buttonsPatrick H. Lauke2-1/+21
also includes tiny fix/clarification to two existing unit tests for the .active class, adding data-toggle=“button” explicitly to the tested buttons Closes #14819.
2014-10-22Don't fire show event if show is prevented because other element is still ↵Heinrich Fenkart2-5/+44
transitioning Fixes #14844. Closes #14845.
2014-10-09fixes #13816 Modal dialog closes when dragging and releasing mouse button ↵fat2-10/+9
outside dialog
2014-10-07Change Twitter links to use `https`.XhmikosR2-22/+22
2014-10-07Small clean-up in scrollspy unit testHeinrich Fenkart1-21/+5
2014-10-03tooltip unit tests: fix typo in test descriptionChris Rebert1-1/+1
2014-10-03Add missing collapse JS files to dropdown visual testMaarten Van Hoof1-0/+1
Closes #14726.
2014-10-02Merge pull request #14590 from twbs/carousel-keyboard-optionJacob2-2/+84
Add `keyboard` option to carousel
2014-10-02Merge pull request #14722 from twbs/fat-14646Jacob1-4/+4
Escape key should only close Dropdown
2014-10-02Escape key should only close Dropdownfat1-4/+4
2014-10-03Add `keyboard` option to carouselHeinrich Fenkart2-2/+84
Also adds unit tests for keyboard events. Fixes #14468.
2014-10-02Merge pull request #14626 from twbs/carousel-pause-hover-non-mobileJacob2-1/+23
Only enable `pause: hover` for non-touch browsers
2014-09-24tooltip.js: fix alignmentChris Rebert1-1/+1
2014-09-24Use container instead of parent for tooltip/popover auto-placement calcsChris Rebert2-6/+48
Fixes #14561. Big thanks to @wickstargazer. [skip validator]
2014-09-25Tooltip: Rely on `getBoundingClientRect` for `width` and `height`Heinrich Fenkart2-5/+39
Fixes #14553.
2014-09-23Only enable `pause: hover` for non-touch browsersHeinrich Fenkart2-1/+23
Fixes #11967.
2014-09-23Use e.target instead :focus selector.vsn4ik1-1/+1
2014-09-22Merge pull request #14570 from twbs/remove-modal-open-after-backdrop-closedHeinrich Fenkart1-3/+2
Remove `.modal-open` class after backdrop is hidden
2014-09-17Make it easier to see failing tests in Sauce screencastsChris Rebert1-0/+5
...by hiding passing tests in the list of tests.
2014-09-17Follow-up to #14581: Use div instead of HTML5 section for IE8Heinrich Fenkart1-6/+6
2014-09-17Fix tooltip misplacement with "auto top"saranya.r2-1/+51
Fixes #14322. Closes #14581.
2014-09-17Remove `.modal-open` class after backdrop is hiddenHeinrich Fenkart1-3/+2
Fixes #14274. Fixes #14632.