index
:
bootstrap
XhmikosR-patch-2
XhmikosR-patch-4
XhmikosR-patch-5
XhmikosR-patch-6
basic-sass-tests
collapse-parent-ex-link-accordion
container-reset-gutter-vars
css-vars-btn
css-vars-navbar
css-vars-tooltips
dependabot/npm_and_yarn/autoprefixer-10.3.6
docs-offcanvas-navbar
docs-tweaks
enable-container-classes
extend-snippets
feat/data-target
floating-labels-icons
form-check-reverse
form-controls-with-icons
gh-pages
gh-pages-cdn
global-focus-vars
gs-carousel-cleanup
gs-dynamic-resolve-during-build-plugins
gs-export-config-functionality
gs-forms
gs-make-template_factory
gs-scrollspy-wth-intersection_observer
gs-toasts-with-animated-progress-bar
gs-tooltip-css-tweaks
gs-use-only-one-file-as-input-on-rollup.config
gs-use-scrollspy-on-docs-table_of_contents
gs/parse-json-config
jo-docs-thanks-page
jo-ssr-friendly
js-docs-tweaks
logical-props-spacing-utils
main
main-fod-invalid-color-inputs
main-fod-nested-accordion
main-fod-simpler-table-structure
main-fod-utilities-contrast
main-mc-opensearch
main-xmr-bundlewatch-action
main-xmr-docs-hugo-rm-ver
main-xmr-docs-render-heading
main-xmr-eslint-plugin-compat
main-xmr-eslint-plugin-jasmine
main-xmr-hugo-docs-vendor
main-xmr-hugo-reorg-files
main-xmr-js-1
main-xmr-js-wip
main-xmr-linkinator-action
main-xmr-linkinator-prod
main-xmr-markdownlint
main-xmr-min-mangle
main-xmr-mv-isTouchEnabledDevice
main-xmr-pa11y-ci
main-xmr-pck-sponsors
main-xmr-rollup
main-xmr-xo
nav-underline
patrickhlauke-carousel-indicators-v4
patrickhlauke-form-validation
patrickhlauke-navs-tabs-v4
playground
pr-template
pr/34102
pr/34149
revert-33192-XhmikosR-patch-8
rohit/main/modal-with-sticky
rohit/v4-dev/modal-with-sticky
split-vars-maps-import
stale
swipe-events-as-separate-helper
table-striped-cols
v3-dev
v4-dev
v4-dev-fod-validated-input-group-with-custom-file
v4-dev-xmr-js
v4-sass-deps
v5-sass-deps
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
tests
/
unit
/
tab.spec.js
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-06
Build(deps-dev): Bump eslint-config-xo from 0.43.1 to 0.44.0 (#39651)
dependabot[bot]
1
-1
/
+3
2023-07-23
Support `Home` and `End` keys in tabs (#38498)
Kyle Tsang
1
-0
/
+112
2023-03-29
Tweak and re-organize ESLint config (#38369)
XhmikosR
1
-2
/
+2
2023-03-14
Fix wrong generation of `aria-labelledby` in tab navigation (#38223)
Jan Bensch
1
-1
/
+1
2022-11-12
ESLint: enable prefer-template rule (#37484)
XhmikosR
1
-1
/
+1
2022-11-07
Properly escape IDs in getSelector() to handle weird IDs (#35565) (#35566)
Pierre Souchay
1
-0
/
+37
2022-10-03
Rename some vars in tab unit tests for consistency (#37248)
Julien Déramond
1
-9
/
+9
2022-10-02
Ensure Tab keyboard functionality after #37146 (#37200)
GeoSot
1
-4
/
+30
2022-09-23
Tests: add testcase to Tabs, keyboard handler (#37189)
GeoSot
1
-6
/
+13
2022-09-22
Fix active class toggling of tabs within dropdown (#37151)
Carson Sievert
1
-3
/
+4
2022-09-20
Drop tabs auto-focus (#37146)
GeoSot
1
-2
/
+29
2022-06-27
ref(tab): remove show from panels dependent-less they have `.fade` class or n...
GeoSot
1
-2
/
+2
2022-05-31
JS: tests fixes & standardization of spies usage (#36398)
Louis-Maxime Piton
1
-46
/
+46
2022-05-05
Handle disabled focused tabs with tab JavaScript plugin (#36169)
Julien Déramond
1
-0
/
+66
2022-04-06
Revamp tabs & follow ARIA 1.1 practices (#33079)
GeoSot
1
-29
/
+197
2022-02-19
tests: revisit all tests using Promise.reject instead of throwing an error (#...
GeoSot
1
-10
/
+10
2022-01-30
tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)
GeoSot
1
-438
/
+476
2021-12-02
Tests: Minor fixes (#35455)
Louis-Maxime Piton
1
-1
/
+1
2021-12-01
tests: remove extra spaces, unneeded arrays and add missing newlines
XhmikosR
1
-4
/
+14
2021-12-01
tests: tweak Jasmine's matchers usage
XhmikosR
1
-31
/
+31
2021-10-08
tests: minor cleanup (#35138)
XhmikosR
1
-2
/
+0
2021-07-30
Enable a few eslint-config-xo rules (#34620)
XhmikosR
1
-2
/
+2
2021-06-03
Add `getOrCreateInstance` method in base-component (#33276)
GeoSot
1
-0
/
+22
2021-05-11
Remove potential false positive assertions (#33288)
Ben Lertlumprasertkul
1
-1
/
+1
2021-04-21
Dropdown: support `.dropdown-item` wrapped in `<li>` tags (#33634)
Carson Sievert
1
-0
/
+22
2021-04-20
Tab.js: Fixes on click handling (#33586)
GeoSot
1
-52
/
+69
2021-04-15
Fix v5 regressions in tab dropdown functionality (#33626)
Carson Sievert
1
-0
/
+35
2021-03-17
Dynamic tab should not show when triggered on `disabled` element (#33257)
Patrick H. Lauke
1
-4
/
+30
2021-02-22
Allow constructors to accept a CSS selector (#32245)
Rohit Sharma
1
-0
/
+16
2021-02-21
Fix small typos / follow-up to #32630 (#33164)
Patrick H. Lauke
1
-1
/
+1
2021-02-09
Dynamic tabs: use buttons rather than links (#32630)
Patrick H. Lauke
1
-50
/
+74
2021-01-13
Throw a `TypeError` instead of the generic `Error` (#32585)
Rohit Sharma
1
-4
/
+2
2020-11-29
Switch to Jasmine's `toBeInstanceOf` matcher
XhmikosR
1
-1
/
+1
2020-11-29
create a base component
Johann-S
1
-0
/
+1
2020-11-14
Fix `.close` instances (#32152)
XhmikosR
1
-3
/
+3
2020-11-14
Add `bs` in data attributes
Rohit Sharma
1
-20
/
+20
2020-06-09
Remove .nav-item from .nav-link to make it consistent
Rohit Sharma
1
-5
/
+5
2020-05-06
tests: streamline HTML end tags (#30648)
XhmikosR
1
-3
/
+9
2020-03-28
v5 tabs - accessibility issue when using ul/li semantic
Laussel Loïc
1
-17
/
+17
2019-10-09
Rename "js/tests/units" to "js/tests/unit". (#29503)
XhmikosR
1
-0
/
+593