From: Kevin Ball Date: Thu, 18 Feb 2016 01:35:45 +0000 (-0800) Subject: Blur drilldown elements after hiding them X-Git-Tag: v6.2.1~19^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a85174b69cbe403b887573f1e93283ff7c734544;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Blur drilldown elements after hiding them Fixes issue #8177 --- diff --git a/js/foundation.drilldown.js b/js/foundation.drilldown.js index 55ad35c4b..b04ed28a0 100644 --- a/js/foundation.drilldown.js +++ b/js/foundation.drilldown.js @@ -263,6 +263,7 @@ class Drilldown { $elem.addClass('is-closing') .one(Foundation.transitionend($elem), function(){ $elem.removeClass('is-active is-closing'); + $elem.blur(); }); /** * Fires when the submenu is has closed.