floating-vue
floating-vue copied to clipboard
Menu hides when hovering over menu item after hovering over submenu
Steps to reproduce:
- Set triggers to ['hover']
- Hover over submenu
- Hover over menu item
On the video menu hides automatically, I don't click anywhere.
https://user-images.githubusercontent.com/47790197/205085809-9fc460f5-9f94-4a42-8db0-2dd7ce7d7ffe.mp4
Same here, it also occurs when using nested DropDown components in beta.20
version
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?
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:
https://github.com/Akryum/floating-vue/commit/01ef6f86aadc43488ade03cffd2158f2825cb416#r131886309
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?