aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tooltip.js
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-16tooltip subpixel test fixesfat1-2/+6
2014-01-16remove flaky pos bottom test which is effect by unit scroll posfat1-10/+0
2014-01-16new qunitfat1-1/+2
2014-01-14Add tooltip `viewport` option, respect bounds of the viewportBen Ogle1-2/+63
2013-12-16Require comma on left sideZlatan Vasović1-20/+20
2013-12-08Use single quotes consistently.XhmikosR1-99/+99
2013-12-06fix some JS to pass jscsChris Rebert1-3/+3
2013-12-06Use a space before functions' bracket consistently.XhmikosR1-6/+6
2013-12-06Use a space after function consistently.XhmikosR1-17/+17
2013-10-25QUnit.equals() is deprecated; use QUnit.equal() insteadChris Rebert1-1/+1
2013-07-24fixes #8399 w/ testsJacob Thornton1-0/+45