-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Menu hides when hovering over menu item after hovering over submenu #916
Comments
Same here, it also occurs when using nested DropDown components in |
what is the solution? |
Same for me, Is there any way to fix it? or disable auto hide on hovering items |
how to use submenu? |
please, sample how use submenu ? |
Same here, unable to use the submenus when the trigger is ['hover'], since it will directly close it on the last nested item. Haven't found any way around it, besides setting the trigger to click, which is obviously not that great... |
I have this same issue when using vmenu - Happening on the first dropdown menu - not even a submenu. Edit - issue I had is that the popper was inside another tooltip popper. Fixed it by having the tooltip inside instead. |
anyone resolved this? @jamiecorky I am sorry, but can you explain a bit better how you fixed it? |
So basically I had a tooltip wrapped around the same button that I was trying to attach the menu to, The issue fixed for me when I wrapped the menu around the tooltip rather than the other way around. I am having more issues with this around accessibility though so might just make my own menu to get rid of these issues. |
I think the root cause is this line: |
This is a mayor issue, makes using the sub menu's unusable right now. @Akryum |
Same for me, Is there any way to fix it? or disable auto hide on hovering items |
Issue persists, anybody found a fix? |
by @towry works for me. |
Works for me as well. I forked the repository and fixed the issue locally while we wait for a new release |
I just wanted to get the ball rolling here. I noticed that the suggestion mentioned by towry would cause an issue so I just took out the whole |
Added a setting to change the auto-close behavior. Will increase the 1-second timeout to 2 seconds: <VDropdown :autoCloseTimeout="2000">
...
</VDropdown> Will disable the auto-close behavior completely: <VDropdown :autoCloseTimeout="0">
...
</VDropdown> Open for naming suggestions :) |
Steps to reproduce:
On the video menu hides automatically, I don't click anywhere.
chrome_2022-12-01_15-56-00.mp4
The text was updated successfully, but these errors were encountered: