From 1077274883b12cf8c8f84846d0054ade2f6aec72 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 3 Mar 2018 23:20:15 +0100 Subject: [PATCH] docs: remove out-of-date bug warning in Reponsive Navigation Introduced in https://github.com/zurb/foundation-sites/commit/d93ac93941ae1b01165f0f97fc7f60f6679811d9 (https://github.com/zurb/foundation-sites/pull/10058) Bug in v6.3.1: https://codepen.io/IamManchanda/pen/OmawKe Resolved in v6.4.3: https://codepen.io/ncoden/pen/XZQBPJ --- docs/pages/responsive-navigation.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/pages/responsive-navigation.md b/docs/pages/responsive-navigation.md index 569f29650..1df9bd79f 100644 --- a/docs/pages/responsive-navigation.md +++ b/docs/pages/responsive-navigation.md @@ -190,21 +190,6 @@ Just like foundation docs itself (see left sidenav), an accordion menu is great ``` -
-
-

- Bug(v6.3.1): There is a bug within drilldown-accordion menu combo. If you set up a responsive menu with drilldown on small, then accordion for medium up, and resize to small and then back to medium the accordions will not work. The bug can be reproduced here
- Good News: The Bug will be fixed with the upcoming foundation release. If you are specifically using v6.3.1, we recommend to use this below patch to fix this. -

-
- -```javascript -// Patch for a Bug in v6.3.1 -$(window).on('changed.zf.mediaquery', function() { - $('.is-accordion-submenu.invisible').removeClass('invisible'); -}); -``` - --- ## Responsive Toggle -- 2.47.2