Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menus disappear to fast if you move the mouse outside the selection by accident. #2

Open
SGHphoto opened this issue Jul 6, 2020 · 1 comment

Comments

@SGHphoto
Copy link

SGHphoto commented Jul 6, 2020

Hello I have been playing with this fork of Icestudio lately and I find it annoying when I'm navigating the menus and my mouse slips a bit outside the the menu tree, the menu closes so fast that you dont have time to move the mouse to a proper position. If you are going through a deep menu tree selecting block from some collection, navigating through the nested menus a slip of a few millimeters means you have to start again. This may not be a serious problem, but it is annoying and adding a few milliseconds before the menu closes would make navigation easier.

@juanmard
Copy link
Owner

juanmard commented Jul 6, 2020

Thanks, you're right.

As you can see in the commit c7fb391.
We have removed all timers that slow down the interface and we are activating only the necessary ones.

In this case we believe that it is better to find a way not to depend on the "hover" event in the menus.
We will try to find a solution through other events that detect the mouse click outside the menu area.

Meanwhile you can revert the indicated commit to your copy of the project.
I leave this issue open for when we look for a definitive solution to this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants