You can use a default install with Isis as administrator template. I just tried it on the 90 Minute test drive available on Joomla Homepage.
Open/Login to Administration. Resize your browser window so that the mobile menu appears.
Open the mobile menu. All main menu entries will be shown.
Open the sub-menu components. Only the first entries will be shown.
Reason for this is a fixed height: div class="nav-collapse in collapse" style="height: 256px;"
Now the interesting part:
Close the menu and open it again. Now the menu is usable, the above line has changed to:
div class="nav-collapse in collapse" style="height: auto;"
To reset to error constellation just reload the page.
So, I guess there is a little bug that the code responsible for setting auto is not called on first load.
All sub-menu items visible.
Only items visible which fit in the first 256px of menu.
3.4.0
Labels |
Removed:
?
|
Yes, fix works. Thanks for pointing out. I used administrator in my search...
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-16 08:20:40 |
Labels |
Added:
?
|
Hello @GunnarBs this is fixed for 3.4.1, and the patch is here : http://issues.joomla.org/tracker/joomla-cms/6298
I think you can close this issue!
Thank you!
;-)
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6453.