react-contexify icon indicating copy to clipboard operation
react-contexify copied to clipboard

Safe triangle / delay before closing submenu

Open eirikhm opened this issue 3 years ago • 3 comments

Do you want to request a feature or report a bug? A feature

What is the current behavior? When a submenu is opened it's at times hard to reach it since we need to go sideways with the cursor to avoid focusing the element below, which closes it.

image

This is easily demonstrated with the example code that ships with the project. Try going from "Submenu" to "Submenu Item 4" by doing a diagonal mouse movement.

See some background information here: https://height.app/blog/guide-to-build-context-menus

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to your CodeSandbox (https://codesandbox.io/s/new) example below:

Use built in example in project.

What is the expected behavior? The submenu have a delay before closing

Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React? Not applicable.

eirikhm avatar Feb 03 '22 08:02 eirikhm

Would being able to pass in custom animations to the <Submenu /> component help us solve this problem? For instance by adding an animation-delay CSS property to a custom animation like we are able to with <Menu />?

aaadotpm avatar Apr 23 '22 19:04 aaadotpm

Yes. I need it, too.

FontEndArt avatar Jul 26 '22 12:07 FontEndArt

Has anyone solved this problem?

I have the same problem.

Minjun-KANG avatar Jan 14 '24 10:01 Minjun-KANG