In other words - Hover Feature is broken: (All screenshots and code are from a clean v9.3)
I can never edit the hover checkbox (BUG 1), the checkbox is disabled and hover is false (not checked):
I save, it gets minimized but checkbox is not checked anymore (BUG 2), also hover is DISABLED and FALSE
now I hover over side menu and it opens the sidebar (BUG 3) screenshot:
in my application I want to only see the Icons on the left with a dropdown menu -> to get this I check sidebar is collapsed by default and NO hover. And the submenu toggle as dropdown: (Settings)
It is now broken with the new hover feature... (v9.3)
<input type="checkbox" name="HoverableAside"
[(ngModel)]="settings.menu.hoverableAside"
[(disabled)]="!settings.menu.hoverableAside">
Defaulted to false in Backend, so always disabled.
I checked out the clean Zero project to verify as well: As soon as the aside menu is collapsed by default and the Accordion submenu toggle is active, the Administration(or any other) submenu doesn't open. The menu stays in state 'Hover/Active' but nothing happens. As a consequence if you change the page to dashboard(doesn't have a submenu) f.e. you can never enter Administration again. So there is no possibility to change the setting and you have to clear the database entry. For the submenu toggle 'Dropdown' the menu opens.
I guess this is a bug or did I oversee some option?
Regards.