]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix handling of transitionend events dispatched by nested elements(#33845)
authoralpadev <2838324+alpadev@users.noreply.github.com>
Thu, 3 Jun 2021 11:44:16 +0000 (13:44 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Jun 2021 11:44:16 +0000 (14:44 +0300)
commit4a5029ea29ac75243dfec68153051292fc70f5cf
tree7d0a74707b0f1ab8254610a53dcbf92eabae81b4
parent071a288d39f70719c771cd56ded6c36b5d150a83
Fix handling of transitionend events dispatched by nested elements(#33845)

Fix handling of transitionend events dispatched by nested elements
Properly handle events from nested elements

Change `emulateTransitionEnd` to `executeAfterTransition` &&
js/src/base-component.js
js/src/modal.js
js/src/util/backdrop.js
js/src/util/index.js
js/tests/unit/modal.spec.js
js/tests/unit/tooltip.spec.js
js/tests/unit/util/index.spec.js