moodle/theme/boost/amd/build
Andrew Nicols 94376c6910 MDL-69086 theme_boost: Improve pendingJs checks for bootstrap
Where an element, like an `alert`, is closed it is removed from the DOM
before the event fires (this is a correct behaviour).

This means that the final event confirming that the action happened
(i.e. close => closed) fires, but does not bubble up the DOM to the
document.body.

This change moves the end event listener to only be added after a start
event has been fired, and to attach directly to the HTMLElement where it
will be fired. This means that the Event handler will still be called,
even though it has been removed from the DOM, because it does not need
to bubble up to the body.
2020-06-19 08:17:45 +08:00
..
bootstrap MDL-67386 theme_boost: upgrade bootstrap to version 4.5.0 2020-05-25 15:48:17 +02:00
aria.min.js MDL-66247 accessibility: Correct notification alert role support 2019-10-31 07:29:58 +08:00
aria.min.js.map MDL-66247 accessibility: Correct notification alert role support 2019-10-31 07:29:58 +08:00
drawer.min.js MDL-67863 theme_boost: change keyboard tab order 2020-02-27 17:11:03 +01:00
drawer.min.js.map MDL-67863 theme_boost: change keyboard tab order 2020-02-27 17:11:03 +01:00
form-display-errors.min.js MDL-67876 forms: not all field types need validation JS 2020-02-12 10:06:58 +00:00
form-display-errors.min.js.map MDL-67876 forms: not all field types need validation JS 2020-02-12 10:06:58 +00:00
loader.min.js MDL-68833 theme_boost: prevent having to call init on the loader 2020-06-03 09:21:48 +08:00
loader.min.js.map MDL-68833 theme_boost: prevent having to call init on the loader 2020-06-03 09:21:48 +08:00
pending.min.js MDL-69086 theme_boost: Improve pendingJs checks for bootstrap 2020-06-19 08:17:45 +08:00
pending.min.js.map MDL-69086 theme_boost: Improve pendingJs checks for bootstrap 2020-06-19 08:17:45 +08:00
popover.min.js MDL-67386 theme_boost: upgrade bootstrap to version 4.5.0 2020-05-25 15:48:17 +02:00
popover.min.js.map MDL-67386 theme_boost: upgrade bootstrap to version 4.5.0 2020-05-25 15:48:17 +02:00
scroll.min.js MDL-66463 theme_boost: go to top link 2020-01-31 12:37:10 +01:00
scroll.min.js.map MDL-66463 theme_boost: go to top link 2020-01-31 12:37:10 +01:00
toast.min.js MDL-67386 theme_boost: upgrade bootstrap to version 4.5.0 2020-05-25 15:48:17 +02:00
toast.min.js.map MDL-67386 theme_boost: upgrade bootstrap to version 4.5.0 2020-05-25 15:48:17 +02:00