aboutsummaryrefslogtreecommitdiff
path: root/js/tests
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-10-13Tests: update navbar in visual modal test (#39294)Julien Déramond1-15/+19
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-07-05Docs: add missing `aria-disabled='true'` to disabled anchorsJulien Déramond1-2/+2
2023-05-01Update URL sanitizer to allow more protocols (#38531)Kyle Tsang1-10/+68
2023-05-01Fix scrollspy and accented anchor links (#38502)Alejandro Mendoza2-0/+43
2023-04-11dropdown.spec.js: expect nothing in constructor (#38442)XhmikosR1-0/+1
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR34-136/+99
2023-03-14Remove empty script tag (#38233)Neeraj Kumar Das1-1/+0
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
2023-01-17Fix Android Chrome input date dimensions (#36143)Tanguy Krotoff1-0/+79
2023-01-16Deprecate the Sass var and remove any occurence of the `.text-muted` (#37890)Louis-Maxime Piton2-2/+2
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)XhmikosR6-6/+6
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-12Docs: standardize usage of `<kbd>`Julien Déramond1-2/+2
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-10-02Use `<h1>` for all `modal-title` examples/uses (#37210)Patrick H. Lauke1-4/+4
2022-09-27Add eslint-plugin-html to lint JS in HTML files (#37186)Julien Déramond5-13/+40
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-22Use es6 on visual tests (#36915)GeoSot4-51/+30
2022-09-20Drop tabs auto-focus (#37146)GeoSot1-2/+29
2022-09-20Update devDependencies (#37177)XhmikosR1-1/+1
2022-09-15Fix modal event listeners (#37128)Jérémie Broutier1-0/+30
2022-09-14fix: add trick to support tooltip selector usage on dynamic created tooltips ...GeoSot1-14/+40
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