juanmard / icestudio

Icestudio Nightly is a visual editor for Verilog designs.

Home Page:https://juanmard.github.io/icestudio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

SGHphoto opened this issue · comments

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.

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.