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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: