- Issue created by @djween
- π·πΈSerbia majmunbog
Thanks @djween for bringing up this issue.
I don't think that Popper.js was ever included in core. The Belgrade CSS is responsible for displaying the dropdowns on hover.I agree that the dropdowns should be opening on click. However, according to the Belgrade design, the main menu is intended to open on hover.
I'm currently considering two options:
- Specifying hover-based dropdown CSS exclusively for this menu.
- Implementing theme settings to toggle the global dropdown behavior between hover and click.
- Assigned to sandip poddar
Implementing theme settings to toggle the global dropdown behavior between hover and click.
I am trying to implement this approach.
Hi @majmunbog,
While working on this issue, I noticed that the child menu items are not visible on hover. I also checked the "Show as expanded" option, but the nav-item--expanded class is still not being attached instead nav-item--collapsed is attaching with the
- element. I verified this by dumping the classes variable in the menu.html.twig.
Could you please share your feedback on this? Let me know if there's anything specific I should check or adjust before proceeding further.
Looking forward to your guidance.
- element. I verified this by dumping the classes variable in the menu.html.twig.
- π¬π·Greece denizserhat
Since there is no mouse navigation on the phone, the main menu opens when trying to open submenus with a finger. How can we fix this?