aboutsummaryrefslogtreecommitdiff
path: root/js/tests
AgeCommit message (Expand)AuthorFilesLines
2014-10-29Handle `collapsed` class on triggers even when manually invokedHeinrich Fenkart1-22/+50
2014-10-29Merge pull request #14457 from hnrch02/button-set-val-after-event-loopHeinrich Fenkart1-5/+5
2014-10-27Increase timeouts in tooltip unit tests to avoid spurious Sauce failuresChris Rebert1-31/+31
2014-10-26Remove faulty unit test from 9740d8bHeinrich Fenkart1-30/+0
2014-10-26Follow-up to 9740d8b: fix small typoHeinrich Fenkart1-1/+1
2014-10-26Fix tooltip occasionally not hiding when using a hide delayPhil Hughes1-0/+30
2014-10-26Allow multiple delegated tooltip selectors on a nodeAndrew S. Brown2-0/+75
2014-10-26Follow-up to e8af21c: rm unused variable in unit testHeinrich Fenkart1-1/+1
2014-10-26Clear scrollspy selection above first sectionTadeu Zagallo1-1/+42
2014-10-26Tabs plugin accessibilityCameron Little1-0/+24
2014-10-22Fix IE8 unit test breakage introduced by #14767Heinrich Fenkart1-2/+6
2014-10-22Implement `hide` and `hidden` events for tabsPhil Hughes1-0/+77
2014-10-22Fixes tooltip misplacements in scrollable viewports with auto positioningsaranya.r1-0/+104
2014-10-22Add `aria-pressed` to single toggle buttonsPatrick H. Lauke1-1/+19
2014-10-22Don't fire show event if show is prevented because other element is still tra...Heinrich Fenkart1-0/+35
2014-10-09fixes #13816 Modal dialog closes when dragging and releasing mouse button out...fat1-2/+2
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-03Add `keyboard` option to carouselHeinrich Fenkart1-0/+79
2014-10-02Merge pull request #14626 from twbs/carousel-pause-hover-non-mobileJacob1-0/+22
2014-09-24Use container instead of parent for tooltip/popover auto-placement calcsChris Rebert1-0/+42
2014-09-25Tooltip: Rely on `getBoundingClientRect` for `width` and `height`Heinrich Fenkart1-0/+38
2014-09-23Only enable `pause: hover` for non-touch browsersHeinrich Fenkart1-0/+22
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.r1-0/+50
2014-09-15Must explicitly destroy tooltip in SVG unit test since its container is body.Chris Rebert1-0/+2
2014-09-13Correctly selects arrow placement for a tooltipPeter West1-0/+31
2014-09-09grunt and missing new lineHeinrich Fenkart1-1/+1
2014-09-09ARIA support for collapsePatrick H. Lauke1-2/+65
2014-09-08Merge pull request #14287 from hnrch02/revert-13855-modal-mousedownHeinrich Fenkart1-2/+2
2014-09-07Merge pull request #14273 from sgonyea/masterJacob1-0/+61
2014-08-28Fix hover-tooltip flickering when mouse re-entersScott Gonyea1-0/+61
2014-08-28Update QUnit to v1.15.0.XhmikosR2-930/+1137
2014-08-26Change value of stateful button after event loopHeinrich Fenkart1-5/+5
2014-08-23Merge pull request #14417 from twbs/fat-14282Mark Otto1-0/+32
2014-08-18fixes #14282 - Already Visible collapse gets closed when .collapse('show') is...fat1-0/+32
2014-08-15consistently use <nav> instead of <div> for .navbar in docsChris Rebert1-2/+2
2014-08-04Use closest `.alert` for alert dismissal; closes #14306Heinrich Fenkart1-4/+4
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 Rebert1-1/+26
2014-07-30Revert "Use mousedown instead of click for backdrop click detection; fixes #1...Heinrich Fenkart1-2/+2
2014-07-18Add a bottom affixed element to affix visual tests.Charles B Johnson1-5/+63
2014-07-16speed up js tests a bitfat1-203/+203
2014-07-09`document.head` is undefined in IE8Heinrich Fenkart1-6/+6
2014-07-09Fix IE8 reporting height style as all uppercaseHeinrich Fenkart1-2/+2
2014-07-08Fix invalid HTML in "should allow html entities" tooltip unit testChris Rebert1-2/+2
2014-07-06fix scrollspy test in firefox mac osfat1-11/+11