aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tooltip.js
AgeCommit message (Expand)AuthorFilesLines
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow1-10/+10
2016-10-31Making .tooltip('show') throw an error on elements with display:none (#20940)Johann1-0/+13
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S1-20/+20
2016-09-15replace some profanities (#20715)VarelloThemes1-1/+1
2015-10-02Add throw error for undefined method on pluginsJohann-S1-0/+12
2015-08-31Accept elements as the tooltip / popover contentGleb Mazovetskiy1-0/+29
2015-05-13implement global dispose methodfat1-1/+1
2015-05-12grunt test-js, grunt dist-js now workingfat1-1/+1
2015-05-12popover passing as wellfat1-8/+8
2015-05-11rewritten tooltip + tether integration and death to our positioner jankfat1-607/+49
2015-05-06remove closureness from pluginsfat1-229/+428
2015-04-23throw error when trying to show tooltip on :hidden elementChris Rebert1-33/+47
2015-02-11bootstrap onto closurefat1-10/+12
2015-01-21Merge branch 'master' into v4Chris Rebert1-54/+54
2015-01-20update JS unit tests to future-proof QUnit 1.16.0 APIChris Rebert1-54/+54
2015-01-03Merge branch 'master' into v4Mark Otto1-31/+0
2014-12-29Revert "Allow multiple delegated tooltip selectors on a node"Chris Rebert1-31/+0
2014-12-29update JS to use .{tooltip,popover}-{left,right,top,bottom}Chris Rebert1-12/+12
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