Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/tests
AgeCommit message (Expand)Author
2022-03-19No propagating escape event in an open dropdown.louismaxime.piton
2022-03-10Carousel: change class check as it can only exist if carousel is slidingGeoSot
2022-03-10Carousel: rename private propertyGeoSot
2022-03-10Carousel: omit redundant checks as we are always transforming the right valuesGeoSot
2022-03-09Carousel: refactor `_slide` method te accept only order as first argumentGeoSot
2022-03-09Carousel: reorder variables and refactor method to use it inlineGeoSot
2022-03-02Add static backdrop to offcanvas (#35832)Jann Westermann
2022-03-01Modal: refactor listeners to reduce some code noise (#35902)GeoSot
2022-03-01add testsMark Otto
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot
2022-02-19Make event name helper and use it on tooltip & popover to reduce dist sizes (...GeoSot
2022-02-15Update devDependencies (#35841)XhmikosR
2022-02-09Remove remaining `.navbar-light` classes (#35814)Julien Déramond
2022-02-01Fix Popover test that randomly fails on BrowserStack (#35757)GeoSot
2022-02-01Dropdown: merge instance identification in `dataApiKeydownHandler`GeoSot
2022-01-30Fix visual tests (#35585)XhmikosR
2022-01-30Modal.js: remove unnecessary checks from testGeoSot
2022-01-30Modal: handle click event from backdrop callbackGeoSot
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot
2022-01-30Event handler: replace deprecated `initEvent`GeoSot
2022-01-29Rename variablesXhmikosR
2022-01-13Fix: `isVisible` function behavior in case of a `<details>` element, on chrom...Ryan Berliner
2022-01-05Remove explicit use of aria-hidden for offcanvas when closed (#35589)Patrick H. Lauke
2021-12-21Carousel: move repeated code to a methodGeoSot
2021-12-15Popover.js: Accept empty content through `data-bs-content` (#35514)GeoSot
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot
2021-12-09Fix tests fixture type (#35501)XhmikosR
2021-12-09Dropdown: fix toggle focus after dropdown is hidden using the `ESC` button (#...GeoSot
2021-12-09ScrollBar.js. Minor refactoring and add test (#35492)GeoSot
2021-12-07Tooltip: remove title attribute before show & add tests (#35456)GeoSot
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton
2021-12-01Tooltip/Popover: add underscore prefix to protected functionsGeoSot
2021-12-01Tooltip: Change `_enter` & `_leave` to work without argumentsGeoSot
2021-12-01Dropdown: Merge `display='static'` & `isNavbar` functionality activating stat...GeoSot
2021-12-01Dropdown tests: Use a function to improve readability (#35448)GeoSot
2021-12-01Fix popover arrow & tooltip template after the `setContent` addition (#35441)GeoSot
2021-12-01Tooltip: remove leftover method (#35440)GeoSot
2021-12-01tests/unit/util/scrollbar.spec.js: rename functionXhmikosR
2021-12-01tests: fix a few typosXhmikosR
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR
2021-12-01tests/browsers.js: remove unneeded exportXhmikosR
2021-11-29Alert: add a couple more tests (#35419)GeoSot
2021-11-29BaseComponent: add a couple more tests (#35410)GeoSot
2021-11-25Clean tooltip component unneeded functionality (#32692)GeoSot
2021-11-25Add test for modal-contentGeoSot
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot
2021-10-13tests: try to fix a few random failures (#35184)GeoSot
2021-10-12Swipe: add test to ensure that it ignores `pinch` events (#35161)GeoSot
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot