moodle/theme
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
..
boost MDL-69086 theme_boost: Improve pendingJs checks for bootstrap 2020-06-19 08:17:45 +08:00
classic MDL-68973 versions: bump all versions and requires near release 2020-06-09 16:23:09 +02:00
font.php MDL-40759 icons: Refactor icon system to be extensible. 2017-03-17 15:51:29 +08:00
image.php MDL-57965 performance: compress svg files with gzip 2017-03-24 09:55:56 +01:00
index.php MDL-55226 theme/index.php: Tidy up irregular spacing in original markup 2016-10-01 15:14:57 +01:00
javascript.php
jquery.php MDL-57789 files: Reviewed lifetime value 2017-02-25 23:42:37 +01:00
styles.php MDL-67348 theme: Return CSS from localcache if available 2019-11-26 07:24:45 +08:00
styles_debug.php MDL-55751 themes: remove the css chunker 2019-09-09 11:18:05 +02:00
switchdevice.php
upgrade.txt MDL-68041 core_theme: New admin settings in secure page layout 2020-05-11 17:23:17 +10:00
yui_combo.php MDL-57789 files: Use immutable Cache-Control extension. 2017-02-25 23:42:35 +01:00
yui_image.php MDL-57789 files: Reviewed lifetime value 2017-02-25 23:42:37 +01:00