]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Removed keydown handler that used to trigger open. 10023/head
authorMarius Olbertz <marius.olbertz@gmail.com>
Fri, 12 May 2017 13:45:08 +0000 (15:45 +0200)
committerMarius Olbertz <marius.olbertz@gmail.com>
Fri, 12 May 2017 13:45:08 +0000 (15:45 +0200)
commit150d2d52cd7d1119e71bdbf1ba26fe4de2b9390b
tree54ac8e854aa3c15722b63fc7ec5ef502692f57d6
parentf6ba59eeb9b028e620fd4a03c57be575cb86412e
Removed keydown handler that used to trigger open.

Will trigger for space and enter automatically for buttons as anchors.
However, space will not trigger the click event for links (which is the default behavior).
As buttons should be used as anchors, this follows the specs.

Relevant for issue #10019.
js/foundation.reveal.js