mmenu-js icon indicating copy to clipboard operation
mmenu-js copied to clipboard

Is slidingSubmenus: false + Selected incompatible?

Open bryanbuchs opened this issue 3 years ago • 2 comments

When the menu uses slidingSubmenus: true and has a list-item with the Selected class, things act as expected; the menu opens directly to the selected item.

https://codepen.io/bryanbuchs/pen/vYReOZG

When setting slidingSubmenus: false, the menu opens with a completly blank panel:

https://codepen.io/bryanbuchs/pen/zYWExXJ

Should I be using the Vertical class here instead, and if so, where? I've tried adding that classname in place of Selected, to the parent ul, and to that parent li -- no effect.

bryanbuchs avatar Jul 26 '22 14:07 bryanbuchs

one more: downgrade to 8.5 works as expected:

https://codepen.io/bryanbuchs/pen/KKoXVVz

bryanbuchs avatar Jul 26 '22 16:07 bryanbuchs

Sorry for the late response, this was fixed in version 9.2.0

FrDH avatar Sep 04 '22 10:09 FrDH