aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tooltip.js
AgeCommit message (Expand)AuthorFilesLines
2015-03-09Disable jQuery event aliases when running test suiteChris Rebert1-2/+2
2015-03-03Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874Chris Rebert1-0/+12
2015-03-03[Fixes #15953] Implement assert.expect in each unit testKevin Kirsche1-0/+55
2015-02-26Unit tests: Use new names of module hooksHeinrich Fenkart1-2/+2
2015-02-23JS unit tests: equal() => strictEqual()Chris Rebert1-35/+35
2015-02-23JS unit tests: use QUnit.module() & QUnit.test() everywhereChris Rebert1-57/+57
2015-02-23JS unit tests: use modern QUnit assert object everywhereChris Rebert1-147/+147
2015-01-28Merge pull request #15496 from twbs/15484-alternativeChris Rebert1-0/+6
2015-01-20update JS unit tests to future-proof QUnit 1.16.0 APIChris Rebert1-54/+54
2015-01-05Make $(document).tooltip({...}) without a `selector` throw an errorChris Rebert1-0/+6
2014-12-29Revert "Allow multiple delegated tooltip selectors on a node"Chris Rebert1-31/+0
2014-11-28Fix copy/paste errorDan Dascalescu1-1/+1
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. Brown1-0/+31
2014-10-22Fix IE8 unit test breakage introduced by #14767Heinrich Fenkart1-2/+6
2014-10-22Fixes tooltip misplacements in scrollable viewports with auto positioningsaranya.r1-0/+104
2014-10-03tooltip unit tests: fix typo in test descriptionChris Rebert1-1/+1
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-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-08-28Fix hover-tooltip flickering when mouse re-entersScott Gonyea1-0/+61
2014-08-01Fix #14076: Add unit test for tooltips on SVG elementsChris Rebert1-0/+36
2014-07-16speed up js tests a bitfat1-203/+203
2014-07-09`document.head` is undefined in IE8Heinrich Fenkart1-6/+6
2014-07-08Fix invalid HTML in "should allow html entities" tooltip unit testChris Rebert1-2/+2
2014-07-06Move to leading plusesHeinrich Fenkart1-30/+30
2014-07-06Clean tooltip unit tests upHeinrich Fenkart1-306/+453
2014-06-07put the tooltips into the DOM in the tooltip unit testsChris Rebert1-4/+12
2014-06-07add failing test for #13268Chris Rebert1-0/+27
2014-06-06Minor style tweaks.XhmikosR1-8/+9
2014-06-06Comply to the new style.XhmikosR1-63/+64
2014-05-23Merge pull request #13593 from ResentedHook/masterChris Rebert1-0/+11
2014-05-16Adds aria described by to tooltip plugin for accessibilitySteven Bassett1-0/+30
2014-05-14Add tooltip self-reference to address #12320j.corns1-0/+11
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ref...Collin Donahue-Oponski1-84/+93
2014-04-19quote attribute values in selectors in JS unit tests for consistencyChris Rebert1-1/+1
2014-04-09JS: remove unused variables.XhmikosR1-10/+10
2014-03-21Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-2/+79
2014-03-09Remove unneeded quotes.XhmikosR1-6/+6
2014-02-28Switch to using JSCS for the indentation check.XhmikosR1-13/+12
2014-02-14Re-indent test files.XhmikosR1-419/+419
2014-01-16Revert "Add tooltip `viewport` option, respect bounds of the viewport"Chris Rebert1-63/+2
2014-01-16Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap in...Mark Otto1-2/+63
2014-01-16add missing parenfat1-1/+1