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-07-28ScrollSpy: make the threshold option configurable (#36750)GeoSot
2022-07-27Re-set tooltip title, on disposal (#36751)GeoSot
2022-07-19Fix failing test on EventHandler (#36772)GeoSot
2022-07-18Fix typos in code (#36763)Marc Wrobel
2022-07-15Standardization of `spyOn` usage (#36742)Julien Déramond
2022-07-14Offcanvas: activate focustrap when backdrop is enabled (#36717)GeoSot
2022-07-06Handle non-empty whitespace `textContent` in Tooltip trigger (#36588)Nathan Walters
2022-07-04ref(tests): Minor fix to use self-closing input HTML tag (#36667)Julien Déramond
2022-06-30Fix interoperability issue regarding Event properties (#36386)Aleksander Machniak
2022-06-27Force tooltip and popover to recreate content every time it opens (#35679)GeoSot
2022-06-27ref(tab): remove show from panels dependent-less they have `.fade` class or n...GeoSot
2022-06-21fix: change dismiss handler, listening to key down, instead of click (#36401)GeoSot
2022-06-14Carousel: Remove redundant reference to `interval=false` from docs (#36545)GeoSot
2022-06-09Fix typo in dropdown unit testJulien Déramond
2022-06-08Scrollspy: enable smooth-scroll behavior (#36528)GeoSot
2022-06-03Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36487)Patrick H. Lauke
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton
2022-05-20Docs: quick fixes for HTML (#36395)Louis-Maxime Piton
2022-05-13Revert backdrop utilization, handling clicks over modal (#36324)GeoSot
2022-05-06Handle disabled focused tabs with tab JavaScript plugin (#36169)Julien Déramond
2022-04-30Doc: remove `role="group"` from some split drop* buttonsJulien Déramond
2022-04-21Carousel: Fix not used option (`ride`), simplify `cycle` method (#35983)GeoSot
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot
2022-04-18v5.2.0 design refresh, plus responsive offcanvas classes (#35736)Mark Otto
2022-04-13Revamp Scrollspy using Intersection observer (#33421)GeoSot
2022-04-07Revamp tabs & follow ARIA 1.1 practices (#33079)GeoSot
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