Usually in normal applications, when menu navigation is performed, it does not close if you move the mouse to the side to sub menu.
In arduino IDE, I have to drive the mouse strictly at an angle of 90 degrees to get into the menu or submenu otherwise it will close.
Or this bug all JAVA aplications ?
Gif animation for understanding: arduino mause bug 2020-06-25~18_14_13.gif
It looks like other applications have a delay on closing the open submenu after the mouse pointer moves off the parent menu item. As long as you can get the mouse pointer from the parent menu item to the submenu within that delay time, it doesn't matter what path the mouse pointer takes along the way.
The Arduino IDE doesn't have this delay, so you need to move the pointer directly from the parent to the submenu. If the pointer leaves the parent menu item even for an instant along the way then the submenu closes.
I see that the Arduino Pro IDE has the behavior you desire, so even if the present is full of agravation, the future looks good for you.
In the world, I have not seen anything slower than Eclipse, and I do not think that my future good with tandem Eclipse + arduino will become better, because like a film it’s “bumb and dumber" :).
Thank's
sorry for my engl.
That is the standard behavior of windows forms applications. It's only fairly recently that some apps have been deviating from that with features like that delay that you wish it had... the tricky thing with all the UI things like that though, is that for everyone like you who things apps are hard to use without a given feature, there are people who hate the feature because it gets in the way.
Also. that .gif is maddening to watch.... almost "weapons grade" unsettling...