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
AgeCommit message (Expand)Author
2022-09-15Fix modal event listeners (#37128)Jérémie Broutier
2022-09-07Fix modal event-listeners during dismiss click (#36863)GeoSot
2022-07-15Standardization of `spyOn` usage (#36742)Julien Déramond
2022-06-21fix: change dismiss handler, listening to key down, instead of click (#36401)GeoSot
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton
2022-05-13Revert backdrop utilization, handling clicks over modal (#36324)GeoSot
2022-03-01Modal: refactor listeners to reduce some code noise (#35902)GeoSot
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot
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
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR
2021-11-25Add test for modal-contentGeoSot
2021-10-13tests: try to fix a few random failures (#35184)GeoSot
2021-10-08tests: minor cleanup (#35138)XhmikosR
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR
2021-09-15Rename `e` to `event` (#34979)XhmikosR
2021-08-10Fix modal when is triggered by `bs-toggle`, to hide other open instances (#34...GeoSot
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner
2021-07-19modal: change `data-dismiss` so that it can be outside of a modal using `bs-t...GeoSot
2021-06-06Refactor scrollbar.js to be used as a Class (#33947)GeoSot
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot
2021-06-03Fix handling of transitionend events dispatched by nested elements(#33845)alpadev
2021-05-24Fix prevented show event disables modals with fade class from being displayed...alpadev
2021-05-20Add Tests on scrollbar.js & better handling if a style property doesn't exist...GeoSot
2021-05-18Reset inside a Dialog does not work if `data-dismiss="modal"` is set (#33928)GeoSot
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul
2021-04-25Scrollbar: respect the initial body overflow value (#33706)GeoSot
2021-04-19modal.js: fix test for scrollbar (#33666)GeoSot
2021-04-14Js: fix some testsGeoSot
2021-04-11Decouple Modal's scrollbar functionality (#33245)GeoSot
2021-04-08Remove unnecessary `data-bs-backdrop="static"` (#33578)Rohit Sharma
2021-04-06Simplify Modal configGeoSot
2021-02-23modal: don't add margin & padding when sticky is not full width (#30621)Muhammadamin
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma
2021-02-16Add tests for `DATA_KEY` (#33090)GeoSot
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma
2021-01-13Fix toggling modal when clicking on `data-bs-toggle="modal"` (#32691)Rohit Sharma
2020-11-29Switch to Jasmine's `toBeInstanceOf` matcherXhmikosR
2020-11-29create a base componentJohann-S
2020-11-20Add missing tags in unit tests (#32221)Rohit Sharma
2020-11-20Don't hide modal when keyboard is set to false in modal's configuration (#32179)Rohit Sharma
2020-11-14Switch to Number propertiesXhmikosR
2020-11-14Add `bs` in data attributesRohit Sharma
2020-11-02tests: tweak Jasmine usage (#32046)XhmikosR
2020-06-25Prevent overflowing static backdrop modal animation (#30326)Shohei Yoshida
2020-06-04Add role="dialog" in modals via JavaScript (#30936)Rohit Sharma