Joomla 4.0-dev @ 9d3acfd
Login to admin -> Content Articles (Note menu is still open) -> click an article to edit it (left menu disappears correctly) -> click close
Note now the left menu is collapsed and Content is no longer open
Left menu to be open with Articles selected
Note now the left menu is collapsed and Content is no longer open
Labels |
Added:
?
|
It's because closing the article redirects to a different URL (index.php?option=com_content&view=articles
). Menu item points to index.php?option=com_content
.
@laoneo you can use: https://codepen.io/dgrammatiko/pen/gBQLXE. You don't really need some 3rd party library for the menu...
Is there any particular reason the menu item link's to index.php?option=com_content
instead of index.php?option=com_content&view=articles
?
@dgrammatiko please open a new pr with your changes. Thanks.
@ciar4n Would it be possible to select the first element when none is found?
Labels |
Added:
J4 Issue
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-02-10 21:32:37 |
Closed_By | ⇒ | PhilETaylor |
I can confirm this. @ciar4n any idea?