aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-26Change value of stateful button after event loopHeinrich Fenkart2-7/+7
2014-08-23Merge pull request #14417 from twbs/fat-14282Mark Otto2-1/+33
2014-08-20Merge pull request #14406 from twbs/nav-tag-for-navbarChris Rebert1-2/+2
2014-08-18Merge pull request #14244 from programcsharp/masterJacob1-1/+1
2014-08-18fixes #14282 - Already Visible collapse gets closed when .collapse('show') is...fat2-1/+33
2014-08-17Assume Element.getBoundingClientRect() exists; Fixes #14093Chris Rebert1-1/+1
2014-08-15consistently use <nav> instead of <div> for .navbar in docsChris Rebert1-2/+2
2014-08-08Collapse: count `.collapsing` elements as actives; closes #13447Heinrich Fenkart1-1/+1
2014-08-04Use closest `.alert` for alert dismissal; closes #14306Heinrich Fenkart2-5/+5
2014-08-04Remove `aria-describedby` attribute laterHeinrich Fenkart1-3/+3
2014-08-01Merge pull request #14061 from hnrch02/fix-13656Jacob6-11/+24
2014-08-01Fix #14076: Add unit test for tooltips on SVG elementsChris Rebert1-0/+36
2014-07-31Fix #13818 by using more robust "find next carousel item" logicChris Rebert2-3/+35
2014-07-30Revert "Use mousedown instead of click for backdrop click detection; fixes #1...Heinrich Fenkart2-3/+3
2014-07-25Use .end() to remove extra lineChris Hynes1-2/+1
2014-07-25re-alphabetize .jscsrcChris Rebert1-1/+1
2014-07-25Remove popover content with .children().detach() instead of .empty() so it ca...Chris Hynes1-1/+2
2014-07-25Delete duplicate JSCS propertiesArtem Belov1-1/+0
2014-07-21Merge pull request #14207 from twbs/charlesbjohnson-affix-bottom-when-dynamic...Jacob2-24/+102