aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tooltip.js
AgeCommit message (Expand)AuthorFilesLines
2020-05-12tests: switch to strictEqual/notStrictEqualXhmikosR1-6/+6
2019-08-27Backport #29251Johann-S1-0/+17
2019-02-13Add sanitize template option for tooltip/popover plugins.Johann-S1-0/+160
2019-02-05Add support for tooltip offset option to be a function.Jason Golieb1-0/+37
2018-12-06avoid console call in our unit tests (#27790)Johann-S1-1/+0
2018-12-05fix regression about using element for tooltip container optionJohann-S1-0/+46
2018-11-02handle detached tooltip when we try to hide a modalJohann-S1-0/+58
2018-06-25fix(tooltip): get tip on placement changeJohann-S1-0/+23
2018-05-22fix(tooltip): remove useless unit testJohann-S1-40/+0
2018-05-22chore(deps): update qunit and karma-qunitJohann-S1-0/+1
2018-04-10v4 improve coverage (#25945)Johann-S1-0/+29
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S1-55/+108
2018-01-11Comply to the new rules.XhmikosR1-52/+104
2017-08-24Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover ...Johann-S1-0/+22
2017-08-23Tweak ESLint rules.XhmikosR1-3/+3
2017-05-14Handle dropup for DropdownJohann-S1-2/+7
2017-05-14Fix unit tests + Update Popper to 1.6.0Johann-S1-58/+6
2017-05-14Fix arrow for tooltip and popoverJohann-S1-56/+27
2017-05-14Add attachment classesJohann-S1-1/+1
2017-03-31Popover + Tooltip - fix error when content or title is a numberJohann-S1-0/+16
2017-03-28Fix different tooltips offset when hoveringJohann1-0/+17
2016-12-29Close #21249 : Add a Unit test for #21227Johann-S1-0/+30
2016-12-27update click state when hiding so can be shown again by trigger. fixes #16732Max Beatty1-0/+21
2016-12-07Rename `.active` to `.show`Starsam801-20/+20
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