aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tooltip.spec.js
AgeCommit message (Expand)AuthorFilesLines
2021-09-29Make a template factory helper to handle all template casesGeoSot1-26/+25
2021-08-03Regression on tooltip template creation process. (#34628)GeoSot1-2/+2
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR1-3/+3
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-1/+55
2021-06-03Fix handling of transitionend events dispatched by nested elements(#33845)alpadev1-1/+1
2021-05-20Allow use of `dispose/hide` methods on Tooltip & Popover from jQueryInterface...GeoSot1-15/+0
2021-05-12Popover/Tooltip: streamline config property to start with underscore (#33381)GeoSot1-3/+3
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul1-16/+16
2021-04-11Update tests to check for `noop` to be removedRohit Sharma1-2/+2
2021-03-16only trigger tooltip inserted event on true dom insertRyan Berliner1-0/+62
2021-03-16prevent quick interactions from misplacing tooltipsRyan Berliner1-2/+5
2021-03-16prevent tooltip from being deleted on quick re-activationsRyan Berliner1-0/+29
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma1-0/+11
2021-02-12Fix event handler removal in dropdown/carousel dispose (#33000)Kyle Tsang1-0/+13
2021-02-09Add function type for `popperConfig` option (#32882)Rohit Sharma1-0/+15
2021-01-28Restore `offset` option for tooltip/popover componentsRohit Sharma1-0/+35
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma1-4/+2
2020-12-14Tooltip - Add missing callback in async spec (#32465)Rohit Sharma1-1/+2
2020-12-10Tooltip - check if tip and its parent node exist in dispose method (#32420)Rohit Sharma1-0/+18
2020-12-06Update to popper.js v2.xJohann-S1-21/+3
2020-12-04feat(RTL): implement RTLGaƫl Poupard1-0/+34
2020-11-30Add testsXhmikosR1-0/+53
2020-11-29Switch to Jasmine's `toBeInstanceOf` matcherXhmikosR1-1/+1
2020-11-29create a base componentJohann-S1-0/+20
2020-11-25Ability to add custom class in tooltip/popover (#32217)Rohit Sharma1-0/+55
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR1-1/+1
2020-11-14Add `bs` in data attributesRohit Sharma1-1/+1
2020-11-02tests: switch to using `toContain()` to check for substring presence (#32043)XhmikosR1-1/+1
2020-09-24fix tooltip hide method when already hidden (#31115)Hiws1-0/+14
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff1-0/+22
2020-05-06tests: streamline HTML end tags (#30648)XhmikosR1-50/+50
2020-03-29Use `textContent` instead of `innerText`. (#30462)XhmikosR1-1/+1
2020-03-25fix: remove make array util function (#30430)Johann-S1-4/+2
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR1-0/+1020