You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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 noticed that the suggestion mentioned by towry would cause an issue so I just took out the whole setTimeout part. Didn't really get why this was there in the first place.
As I mentioned in the PR a separate config option may be adequate here.
Activity
NoraH1to commentedon Dec 6, 2022
Same here, it also occurs when using nested DropDown components in
beta.20
versionishaiavrahami commentedon Dec 11, 2022
what is the solution?
vovalunev commentedon Mar 1, 2023
Same for me, Is there any way to fix it? or disable auto hide on hovering items
freezyh commentedon Apr 4, 2023
how to use submenu?
Droppix commentedon May 6, 2023
please, sample how use submenu ?
ivomynttinen commentedon May 15, 2023
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...
jamiecorky commentedon Oct 10, 2023
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.
dobromir-hristov commentedon Oct 19, 2023
anyone resolved this? @jamiecorky I am sorry, but can you explain a bit better how you fixed it?
jamiecorky commentedon Nov 1, 2023
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.
towry commentedon Nov 7, 2023
I think the root cause is this line:
01ef6f8#r131886309
feat: add aiming expiration delay
stichingsd-vitrion commentedon Feb 5, 2024
This is a mayor issue, makes using the sub menu's unusable right now. @Akryum
wangming-0215 commentedon Mar 13, 2024
Same for me, Is there any way to fix it? or disable auto hide on hovering items
liyasthomas commentedon Jun 17, 2024
Issue persists, anybody found a fix?
fratzinger commentedon Aug 28, 2024
by @towry
works for me.
Ismaele-silla commentedon Sep 19, 2024
Works for me as well. I forked the repository and fixed the issue locally while we wait for a new release
Moerliy commentedon Sep 26, 2024
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
setTimeout
part. Didn't really get why this was there in the first place.As I mentioned in the PR a separate config option may be adequate here.
Moerliy commentedon Sep 26, 2024
Added a setting to change the auto-close behavior.
Will increase the 1-second timeout to 2 seconds:
Will disable the auto-close behavior completely:
Open for naming suggestions :)
dominic-optimuse commentedon Jul 9, 2025
Any updates on this issue? I am building a nested menu and am facing the same problem using hover as the trigger. How can I help?
Moerliy commentedon Jul 9, 2025
I made a PR month ago but I think this repo is pretty much dead.
Currently I use my fork with the fix. I'm not planning on maintaining the fork tho.
Thinking about switching to another library would mostly like be the best idea.
kellerza commentedon Aug 8, 2025
Manually specifying both triggers & popper-triggers seems to fix this for me