?
avatar GunnarBs
GunnarBs
15 Mar 2015

Steps to reproduce the issue

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.

Expected result

All sub-menu items visible.

Actual result

Only items visible which fit in the first 256px of menu.

System information (as much as possible)

3.4.0

Additional comments

avatar GunnarBs GunnarBs - open - 15 Mar 2015
avatar GunnarBs GunnarBs - change - 15 Mar 2015
Labels Removed: ?
avatar GunnarBs GunnarBs - change - 15 Mar 2015
The description was changed
avatar GunnarBs GunnarBs - change - 15 Mar 2015
The description was changed
avatar GunnarBs GunnarBs - change - 15 Mar 2015
The description was changed
avatar JoomliC
JoomliC - comment - 16 Mar 2015

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.
avatar GunnarBs
GunnarBs - comment - 16 Mar 2015

Yes, fix works. Thanks for pointing out. I used administrator in my search...


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6453.
avatar GunnarBs GunnarBs - change - 16 Mar 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-03-16 08:20:40
avatar GunnarBs GunnarBs - close - 16 Mar 2015
avatar zero-24 zero-24 - close - 16 Mar 2015
avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment