From: Nicolas Coden Date: Sat, 3 Mar 2018 22:20:15 +0000 (+0100) Subject: docs: remove out-of-date bug warning in Reponsive Navigation X-Git-Tag: v6.6.0~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11010%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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 --- 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