aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tooltip.spec.js
AgeCommit message (Expand)AuthorFilesLines
2024-07-19Fix `this` reference for JavaScript functions (#38725)Nathan Sarang-Walters1-4/+36
2024-02-06Build(deps-dev): Bump eslint-config-xo from 0.43.1 to 0.44.0 (#39651)dependabot[bot]1-1/+3
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-4/+4
2023-02-11Minor fix to avoid creating void elements in tooltip test file (#38034)Julien Déramond1-51/+51
2022-07-27Re-set tooltip title, on disposal (#36751)GeoSot1-0/+19
2022-07-06Handle non-empty whitespace `textContent` in Tooltip trigger (#36588)Nathan Walters1-0/+19
2022-06-27Force tooltip and popover to recreate content every time it opens (#35679)GeoSot1-2/+4
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton1-24/+24
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot1-7/+4
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot1-8/+8
2022-02-19Make event name helper and use it on tooltip & popover to reduce dist sizes (...GeoSot1-6/+0
2022-02-15Update devDependencies (#35841)XhmikosR1-1/+1
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot1-571/+651
2021-12-09Fix tests fixture type (#35501)XhmikosR1-1/+1
2021-12-07Tooltip: remove title attribute before show & add tests (#35456)GeoSot1-0/+22
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton1-7/+10
2021-12-01Tooltip/Popover: add underscore prefix to protected functionsGeoSot1-34/+34
2021-12-01Tooltip: Change `_enter` & `_leave` to work without argumentsGeoSot1-2/+2
2021-12-01Fix popover arrow & tooltip template after the `setContent` addition (#35441)GeoSot1-0/+15
2021-12-01Tooltip: remove leftover method (#35440)GeoSot1-34/+0
2021-12-01tests: fix a few typosXhmikosR1-1/+1
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR1-7/+8
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR1-36/+36
2021-11-25Clean tooltip component unneeded functionality (#32692)GeoSot1-6/+6
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot1-27/+40
2021-10-08tests: minor cleanup (#35138)XhmikosR1-2/+0
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR1-2/+2
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