aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/offcanvas.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-03-29Tweak and re-organize ESLint config (#38369)XhmikosR1-5/+5
2022-07-14Offcanvas: activate focustrap when backdrop is enabled (#36717)GeoSot1-1/+23
2022-07-04ref(tests): Minor fix to use self-closing input HTML tag (#36667)Julien Déramond1-1/+1
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton1-68/+66
2022-04-17v5.2.0 design refresh, plus responsive offcanvas classes (#35736)Mark Otto1-0/+22
2022-03-02Add static backdrop to offcanvas (#35832)Jann Westermann1-10/+61
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot1-4/+4
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot1-275/+311
2022-01-30Event handler: replace deprecated `initEvent`GeoSot1-2/+1
2022-01-05Remove explicit use of aria-hidden for offcanvas when closed (#35589)Patrick H. Lauke1-6/+53
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton1-3/+3
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR1-12/+4
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR1-27/+27
2021-10-08tests: minor cleanup (#35138)XhmikosR1-3/+1
2021-09-15Rename `e` to `event` (#34979)XhmikosR1-4/+4
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner1-6/+26
2021-06-06Refactor scrollbar.js to be used as a Class (#33947)GeoSot1-9/+10
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-34/+54
2021-05-11Fix offcanvas test to expect the initial body `overflow` value (#33927)GeoSot1-1/+2
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul1-3/+3
2021-04-25Scrollbar: respect the initial body overflow value (#33706)GeoSot1-7/+3
2021-04-20Offcanvas.js: If scroll is allowed, should allow focus on other elements (#33...GeoSot1-0/+34
2021-04-19Use the backdrop util in offcanvas, enforcing consistency (#33545)GeoSot1-7/+93
2021-04-14Js: fix some testsGeoSot1-1/+10
2021-03-23Allow offcanvas to be initialized in open state (#33382)GeoSot1-7/+131
2021-03-16Accept data-bs-body option in the configuration object as well (#33248)GeoSot1-1/+133
2021-03-16Change the name of the `Offcanvas` constructor (#33261)Rohit Sharma1-29/+29
2021-03-02Offcanvas as component (#29017)GeoSot1-0/+324