PrimeNg p-menubar : Mouseout of a menuitem doesn't close the submenu if opened #16101
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
Currently, it's closing submenu when mouseout on an other menuitem, but if i quit the submenu from top or down side, without hovering another menuitem, it staying there, the submenu doesn't close itself from mouseout. After this, the only way to close it is to click anywhere.
I searched a workaround but nothing seems to work for now, a bit help please 🙏
Environment
<p-menubar [model]="items" [autoHide]="true" [autoDisplay]="true" [autoHideDelay]="0"> </p-menubar>
Reproducer
No response
Angular version
16.2.0
PrimeNG version
17.18.5
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.14.0
Browser(s)
Chrome 127
Steps to reproduce the behavior
Put a p-menubar, put items with submenus, and do like i do on this gif :
Expected behavior
Closing the submenu anywhere i go with a mouseout
The text was updated successfully, but these errors were encountered: