aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/popover.js
AgeCommit message (Expand)AuthorFilesLines
2019-07-23rewrite popover unit testsJohann-S1-474/+0
2019-03-11Comply to the new rules.XhmikosR1-5/+5
2019-02-27tests: add tests for plugins version. (#28366)XhmikosR1-0/+5
2019-02-20Use consistent arrow class (#28105)Peter Blazejewicz1-1/+1
2019-02-20fix(event-handler): remove the use of our event handler in unit testJohann-S1-5/+5
2019-02-20fix(data): do not use data object in our unit testsJohann-S1-5/+7
2019-02-20remove old references to jquery and some fixesJohann-S1-2/+2
2019-02-20Fix new unit test in popoverJohann-S1-1/+1
2019-02-20tooltip without jqueryAlessandro Chitolina1-11/+7
2018-05-22chore(deps): update qunit and karma-qunitJohann-S1-0/+1
2018-03-20Use transitionEnd in QUnit since we moved away from PhantomJSJohann-S1-46/+78
2018-01-11Comply to the new rules.XhmikosR1-7/+11
2017-11-07Popover - call `content` once if it's a function. (#24690)Johann-S1-0/+21
2017-09-26Normalize all links. (#24109)XhmikosR1-1/+1
2017-08-24Fix toggle for Tooltips/Popover which was called even if the Tooltip/Popover ...Johann-S1-0/+23
2017-08-23Tweak ESLint rules.XhmikosR1-2/+2
2017-06-15Rename popover classesMark Otto1-14/+14
2017-05-14Fix unit tests + Update Popper to 1.6.0Johann-S1-5/+10
2017-03-31Popover + Tooltip - fix error when content or title is a numberJohann-S1-0/+18
2016-12-29Close #21249 : Add a Unit test for #21227Johann-S1-0/+32
2016-12-07Rename `.active` to `.show`Starsam801-1/+1
2016-11-24Make JS compliant with the new ESLint rules.Bardi Harborow1-1/+1
2016-10-31Making .tooltip('show') throw an error on elements with display:none (#20940)Johann1-0/+12
2016-10-25Use a single class name for opened/expanded/shown state of widgetsJohann-S1-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/+36
2015-05-13implement global dispose methodfat1-2/+2
2015-05-12popover passing as wellfat1-20/+5
2015-05-06remove closureness from pluginsfat1-14/+30
2015-04-23throw error when trying to show tooltip on :hidden elementChris Rebert1-1/+13
2015-03-29Merge branch 'master' into v4Mark Otto1-4/+31
2015-03-09Disable jQuery event aliases when running test suiteChris Rebert1-4/+4
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/+15
2015-03-01Merge branch 'master' into v4Mark Otto1-57/+64
2015-02-26Unit tests: Use new names of module hooksHeinrich Fenkart1-2/+2
2015-02-23JS unit tests: equal() => strictEqual()Chris Rebert1-16/+16
2015-02-23JS unit tests: use QUnit.module() & QUnit.test() everywhereChris Rebert1-17/+17
2015-02-23JS unit tests: use modern QUnit assert object everywhereChris Rebert1-54/+54
2015-01-28Merge pull request #15496 from twbs/15484-alternativeChris Rebert1-0/+7
2015-01-21Merge branch 'master' into v4Chris Rebert1-3/+3
2015-01-20update JS unit tests to future-proof QUnit 1.16.0 APIChris Rebert1-3/+3
2015-01-05Make $(document).tooltip({...}) without a `selector` throw an errorChris Rebert1-0/+7
2015-01-03Merge branch 'master' into v4Mark Otto1-23/+31
2014-12-29Revert "Allow multiple delegated tooltip selectors on a node"Chris Rebert1-30/+0
2014-12-29Remove semicolons from #15425 because fatChris Rebert1-3/+3
2014-12-29Add regression test for #14244.Chris Rebert1-0/+38
2014-12-29rename .arrow => .popover-arrowChris Rebert1-1/+1
2014-10-26Allow multiple delegated tooltip selectors on a nodeAndrew S. Brown1-0/+44
2014-10-07Change Twitter links to use `https`.XhmikosR1-2/+2