]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Revert backdrop utilization, handling clicks over modal (#36324)
authorGeoSot <geo.sotis@gmail.com>
Fri, 13 May 2022 04:20:04 +0000 (07:20 +0300)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 04:20:04 +0000 (21:20 -0700)
commitb167420bdf3c23ad9fb6c57818048c3c0e8da702
tree2faa511ac7449cb81c1aaacde219c013a553c7f6
parent88a6610895c05d05f4710d0783eb5ea2f30294fe
Revert backdrop utilization, handling clicks over modal (#36324)

* refactor(Modal.js): stop using backdrop class to handle clicks over modal

* Revert #35554 and backdrop callback usage
  Explanation: In order to bypass `.modal`, was applied a css rule `pointer-events:none` which caused the side effect, and user couldn't scroll "long content modals"

* Update .bundlewatch.config.json

Co-authored-by: Mark Otto <markd.otto@gmail.com>
.bundlewatch.config.json
js/src/modal.js
js/tests/unit/modal.spec.js
scss/_modal.scss