aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/modal.spec.js
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Rename `e` to `event` (#34979)XhmikosR1-14/+14
2021-08-10Fix modal when is triggered by `bs-toggle`, to hide other open instances (#34...GeoSot1-0/+23
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR1-2/+2
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) (#3...Ryan Berliner1-24/+30
2021-07-19modal: change `data-dismiss` so that it can be outside of a modal using `bs-t...GeoSot1-1/+28
2021-06-06Refactor scrollbar.js to be used as a Class (#33947)GeoSot1-10/+9
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-0/+54
2021-06-03Fix handling of transitionend events dispatched by nested elements(#33845)alpadev1-0/+23
2021-05-24Fix prevented show event disables modals with fade class from being displayed...alpadev1-1/+30
2021-05-20Add Tests on scrollbar.js & better handling if a style property doesn't exist...GeoSot1-208/+4
2021-05-18Reset inside a Dialog does not work if `data-dismiss="modal"` is set (#33928)GeoSot1-0/+54
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul1-19/+19
2021-04-25Scrollbar: respect the initial body overflow value (#33706)GeoSot1-8/+3
2021-04-18modal.js: fix test for scrollbar (#33666)GeoSot1-4/+6
2021-04-14Js: fix some testsGeoSot1-10/+9
2021-04-11Decouple Modal's scrollbar functionality (#33245)GeoSot1-39/+13
2021-04-08Remove unnecessary `data-bs-backdrop="static"` (#33578)Rohit Sharma1-3/+3
2021-04-06Simplify Modal configGeoSot1-1/+18
2021-02-23modal: don't add margin & padding when sticky is not full width (#30621)Muhammadamin1-0/+24
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma1-0/+13
2021-02-16Add tests for `DATA_KEY` (#33090)GeoSot1-0/+6
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma1-4/+2
2021-01-13Fix toggling modal when clicking on `data-bs-toggle="modal"` (#32691)Rohit Sharma1-1/+10
2020-11-29Switch to Jasmine's `toBeInstanceOf` matcherXhmikosR1-1/+1
2020-11-29create a base componentJohann-S1-0/+1
2020-11-20Add missing tags in unit tests (#32221)Rohit Sharma1-15/+15
2020-11-20Don't hide modal when keyboard is set to false in modal's configuration (#32179)Rohit Sharma1-3/+2
2020-11-14Switch to Number propertiesXhmikosR1-6/+6
2020-11-14Add `bs` in data attributesRohit Sharma1-27/+27
2020-11-02tests: tweak Jasmine usage (#32046)XhmikosR1-1/+1
2020-06-25Prevent overflowing static backdrop modal animation (#30326)Shohei Yoshida1-0/+19
2020-06-04Add role="dialog" in modals via JavaScript (#30936)Rohit Sharma1-0/+6
2020-05-12Add a test about the scrollbar issue on non-integer widthDominik Kremer1-0/+32
2020-05-11Add missing closing `div` tags (#30775)XhmikosR1-28/+28
2020-05-06tests: streamline HTML end tags (#30648)XhmikosR1-42/+42
2020-04-17Replace event.which with event.key and event.buttonTanguy Krotoff1-4/+4
2020-04-01Always modal scroll top to 0ysds1-8/+8
2020-03-25fix: remove make array util function (#30430)Johann-S1-5/+4
2020-03-18Remove Internet Explorer leftoversXhmikosR1-6/+0
2020-01-10Close modal with keyboard=true & backdrop=static (#29986)Giovanni Mendoza1-0/+58
2019-10-25Added animation when modal backdrop is static (#29516)Higor Araújo dos Anjos1-0/+27
2019-10-09Rename "js/tests/units" to "js/tests/unit". (#29503)XhmikosR1-0/+987