aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit
AgeCommit message (Expand)AuthorFilesLines
2024-02-18Selector Engine: fix multiple IDs (#39201)GeoSot2-0/+41
2024-02-06Build(deps-dev): Bump eslint-config-xo from 0.43.1 to 0.44.0 (#39651)dependabot[bot]8-8/+24
2023-09-13Fix collapse multiple ids target (#38989)Louis-Maxime Piton1-0/+12
2023-07-23Support `Home` and `End` keys in tabs (#38498)Kyle Tsang1-0/+112
2023-05-01Update URL sanitizer to allow more protocols (#38531)Kyle Tsang1-10/+68
2023-05-01Fix scrollspy and accented anchor links (#38502)Alejandro Mendoza1-0/+34
2023-04-11dropdown.spec.js: expect nothing in constructor (#38442)XhmikosR1-0/+1
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR28-110/+91
2023-03-14Fix wrong generation of `aria-labelledby` in tab navigation (#38223)Jan Bensch1-1/+1
2023-02-21Tests: remove unnecessary `id`/`aria-labelledby` from collapse unit tests (#3...Julien Déramond1-15/+15
2023-02-11Minor fix to avoid creating void elements in tooltip test file (#38034)Julien Déramond1-51/+51
2022-11-12Docs: use `<button>` for dropdown/popover examples, explain preference over `...Patrick H. Lauke1-3/+3
2022-11-12ESLint: enable prefer-template rule (#37484)XhmikosR3-3/+3
2022-11-07Properly escape IDs in getSelector() to handle weird IDs (#35565) (#35566)Pierre Souchay2-3/+40
2022-11-06Move `getElementFromSelector` & `getSelectorFromElement` to SelectorEngine (...GeoSot2-115/+156
2022-10-07Boost `execute` function, being able to handle arguments (#36652)GeoSot1-0/+19
2022-10-03Rename some vars in tab unit tests for consistency (#37248)Julien Déramond1-9/+9
2022-10-02Ensure Tab keyboard functionality after #37146 (#37200)GeoSot1-4/+30
2022-09-27Dropdown: fix case with invalid markup (#37190)GeoSot1-0/+22
2022-09-23Tests: add testcase to Tabs, keyboard handler (#37189)GeoSot1-6/+13
2022-09-22Fix active class toggling of tabs within dropdown (#37151)Carson Sievert1-3/+4
2022-09-20Drop tabs auto-focus (#37146)GeoSot1-2/+29
2022-09-15Fix modal event listeners (#37128)Jérémie Broutier1-0/+30
2022-09-07Fix modal event-listeners during dismiss click (#36863)GeoSot1-0/+4
2022-09-02fix(dropdowns): Fix multiple dropdowns when they are inside the same tag (#37...Louis-Maxime Piton1-0/+61
2022-07-28ScrollSpy: make the threshold option configurable (#36750)GeoSot1-0/+44
2022-07-27Re-set tooltip title, on disposal (#36751)GeoSot1-0/+19
2022-07-19Fix failing test on EventHandler (#36772)GeoSot1-4/+3
2022-07-18Fix typos in code (#36763)Marc Wrobel1-1/+1
2022-07-15Standardization of `spyOn` usage (#36742)Julien Déramond1-3/+3
2022-07-14Offcanvas: activate focustrap when backdrop is enabled (#36717)GeoSot1-1/+23
2022-07-06Handle non-empty whitespace `textContent` in Tooltip trigger (#36588)Nathan Walters1-0/+19
2022-07-04ref(tests): Minor fix to use self-closing input HTML tag (#36667)Julien Déramond3-5/+5
2022-06-30Fix interoperability issue regarding Event properties (#36386)Aleksander Machniak1-0/+37
2022-06-27Force tooltip and popover to recreate content every time it opens (#35679)GeoSot1-2/+4
2022-06-27ref(tab): remove show from panels dependent-less they have `.fade` class or n...GeoSot1-2/+2
2022-06-21fix: change dismiss handler, listening to key down, instead of click (#36401)GeoSot1-6/+13
2022-06-14Carousel: Remove redundant reference to `interval=false` from docs (#36545)GeoSot1-7/+7
2022-06-08Fix typo in dropdown unit testJulien Déramond1-1/+1
2022-06-08Scrollspy: enable smooth-scroll behavior (#36528)GeoSot1-1/+1
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton18-342/+338
2022-05-12Revert backdrop utilization, handling clicks over modal (#36324)GeoSot1-7/+3
2022-05-05Handle disabled focused tabs with tab JavaScript plugin (#36169)Julien Déramond1-0/+66
2022-04-21Carousel: Fix not used option (`ride`), simplify `cycle` method (#35983)GeoSot1-105/+104
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot3-7/+119
2022-04-17v5.2.0 design refresh, plus responsive offcanvas classes (#35736)Mark Otto1-0/+22
2022-04-13Revamp Scrollspy using Intersection observer (#33421)GeoSot2-316/+383
2022-04-06Revamp tabs & follow ARIA 1.1 practices (#33079)GeoSot1-29/+197
2022-03-19No propagating escape event in an open dropdown.louismaxime.piton1-0/+35
2022-03-10Carousel: change class check as it can only exist if carousel is slidingGeoSot1-1/+2