aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tab.spec.js
AgeCommit message (Expand)AuthorFilesLines
2024-02-06Build(deps-dev): Bump eslint-config-xo from 0.43.1 to 0.44.0 (#39651)dependabot[bot]1-1/+3
2023-07-23Support `Home` and `End` keys in tabs (#38498)Kyle Tsang1-0/+112
2023-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-2/+2
2023-03-14Fix wrong generation of `aria-labelledby` in tab navigation (#38223)Jan Bensch1-1/+1
2022-11-12ESLint: enable prefer-template rule (#37484)XhmikosR1-1/+1
2022-11-07Properly escape IDs in getSelector() to handle weird IDs (#35565) (#35566)Pierre Souchay1-0/+37
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-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-06-27ref(tab): remove show from panels dependent-less they have `.fade` class or n...GeoSot1-2/+2
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton1-46/+46
2022-05-05Handle disabled focused tabs with tab JavaScript plugin (#36169)Julien Déramond1-0/+66
2022-04-06Revamp tabs & follow ARIA 1.1 practices (#33079)GeoSot1-29/+197
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot1-10/+10
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot1-438/+476
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton1-1/+1
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR1-4/+14
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR1-31/+31
2021-10-08tests: minor cleanup (#35138)XhmikosR1-2/+0
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR1-2/+2
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-0/+22
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul1-1/+1
2021-04-21Dropdown: support `.dropdown-item` wrapped in `<li>` tags (#33634)Carson Sievert1-0/+22
2021-04-20Tab.js: Fixes on click handling (#33586)GeoSot1-52/+69
2021-04-15Fix v5 regressions in tab dropdown functionality (#33626)Carson Sievert1-0/+35
2021-03-17Dynamic tab should not show when triggered on `disabled` element (#33257)Patrick H. Lauke1-4/+30
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma1-0/+16
2021-02-21Fix small typos / follow-up to #32630 (#33164)Patrick H. Lauke1-1/+1
2021-02-09Dynamic tabs: use buttons rather than links (#32630)Patrick H. Lauke1-50/+74
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma1-4/+2
2020-11-29Switch to Jasmine's `toBeInstanceOf` matcherXhmikosR1-1/+1
2020-11-29create a base componentJohann-S1-0/+1
2020-11-14Fix `.close` instances (#32152)XhmikosR1-3/+3
2020-11-14Add `bs` in data attributesRohit Sharma1-20/+20
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma1-5/+5
2020-05-06tests: streamline HTML end tags (#30648)XhmikosR1-3/+9
2020-03-28v5 tabs - accessibility issue when using ul/li semanticLaussel Loïc1-17/+17
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR1-0/+593