aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
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
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
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
2014-10-22Add `aria-pressed` to single toggle buttonsPatrick H. Lauke2-1/+21
2014-10-22Don't fire show event if show is prevented because other element is still tra...Heinrich Fenkart2-5/+44
2014-10-09fixes #13816 Modal dialog closes when dragging and releasing mouse button out...fat2-10/+9
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
2014-10-02Merge pull request #14590 from twbs/carousel-keyboard-optionJacob2-2/+84
2014-10-02Merge pull request #14722 from twbs/fat-14646Jacob1-4/+4
2014-10-02Escape key should only close Dropdownfat1-4/+4
2014-10-03Add `keyboard` option to carouselHeinrich Fenkart2-2/+84
2014-10-02Merge pull request #14626 from twbs/carousel-pause-hover-non-mobileJacob2-1/+23
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
2014-09-25Tooltip: Rely on `getBoundingClientRect` for `width` and `height`Heinrich Fenkart2-5/+39
2014-09-23Only enable `pause: hover` for non-touch browsersHeinrich Fenkart2-1/+23
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
2014-09-17Make it easier to see failing tests in Sauce screencastsChris Rebert1-0/+5
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
2014-09-17Remove `.modal-open` class after backdrop is hiddenHeinrich Fenkart1-3/+2
2014-09-16Merge pull request #14610 from twbs/axe-tooltip-validateHeinrich Fenkart1-8/+0
2014-09-15Must explicitly destroy tooltip in SVG unit test since its container is body.Chris Rebert1-0/+2
2014-09-13Remove unused Tooltip#validate methodHeinrich Fenkart1-8/+0
2014-09-13Correctly selects arrow placement for a tooltipPeter West2-6/+39
2014-09-13Properly fire hidden event when tooltip is destroyedHeinrich Fenkart1-2/+6
2014-09-13Merge pull request #14569 from twbs/scrollspy-ignore-invisible-targetsHeinrich Fenkart1-0/+1
2014-09-13Merge pull request #14353 from hnrch02/collapse-count-collapsing-as-activeHeinrich Fenkart1-1/+1
2014-09-11Merge pull request #14492 from twbs/ie8-getBoundingClientRectHeinrich Fenkart1-0/+4
2014-09-09Make inDom check of tooltip cross document compatibleHeinrich Fenkart1-1/+1
2014-09-09Make affix accept `0` as offsetTop or offsetBottomsamme1-2/+2
2014-09-09grunt and missing new lineHeinrich Fenkart1-1/+1
2014-09-09ARIA support for collapsePatrick H. Lauke2-4/+70
2014-09-09Scrollspy: ignore invisible list itemsHeinrich Fenkart1-0/+1
2014-09-08Merge pull request #14242 from hnrch02/remove-aria-describedby-laterHeinrich Fenkart1-3/+3
2014-09-08Merge pull request #13928 from SGinTech/sgit_collapseEventOrderHeinrich Fenkart1-1/+1
2014-09-08Merge pull request #14287 from hnrch02/revert-13855-modal-mousedownHeinrich Fenkart2-3/+3
2014-09-07Merge branch 'stefansundin/master'Chris Rebert1-2/+2
2014-09-07Fix bug not re-calculating scrollbar width when opening modal.Stefan Sundin1-2/+2
2014-09-07Handle lack of .width and .height from getBoundingClientRect() in IE8Chris Rebert1-0/+4
2014-09-07Merge pull request #14273 from sgonyea/masterJacob2-0/+66
2014-08-28Fix hover-tooltip flickering when mouse re-entersScott Gonyea2-0/+66
2014-08-28Update QUnit to v1.15.0.XhmikosR2-930/+1137