]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Don't listen to touchend events on dropdown element leafs. 9546/head
authorAlberto Fernandez <sinspiral@gmail.com>
Wed, 21 Dec 2016 22:47:15 +0000 (17:47 -0500)
committerAlberto Fernandez <sinspiral@gmail.com>
Wed, 21 Dec 2016 22:49:24 +0000 (17:49 -0500)
commit1fbb49a8989a696e99a76f4916f1c86f5df4d303
tree6b8bb8e19f02973fd322725bd9daee7e165fedd4
parent600006c95c096bcdd1530ebf3d18edfaccaa4145
Don't listen to touchend events on dropdown element leafs.

The delay on touch devices between the click and touchend event
was preventing the link navigation, as browser security policies
don't allow link navigation on hidden elements.

fixes #9484
js/foundation.dropdownMenu.js