]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Fixed space and enter not closing Reveal modals.
authorMarius Olbertz <marius.olbertz@gmail.com>
Fri, 21 Apr 2017 15:21:46 +0000 (17:21 +0200)
committerMarius Olbertz <marius.olbertz@gmail.com>
Fri, 21 Apr 2017 15:21:46 +0000 (17:21 +0200)
commita08a129274d61f7f9b40ac55fb64688aa78b14bd
tree3bf491a67e76741bc082acddbe116b501a0ff7e4
parent27af1bf18f1befe0ddd1593144c0f2c33ce2d5c4
Fixed space and enter not closing Reveal modals.

Refactored the component to not use special keyboard listening for opening and closing.
Normal event triggering with `click` event being emitted using space and enter is used now.
Added test for clicking close button.
js/foundation.reveal.js
test/javascript/components/reveal.js