mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
The `blur` event does not bubble, but the `focusout` events are not available in all supported versions of Firefox. Rather than switching event, this patch using event capture to effectively achieve the same result and bubble the event up through the DOM to the delegated listener. There should be no functional change with this patch, except to support Firefox fully.