You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2018/01/24 20:54:00 UTC

[jira] [Created] (NETBEANS-329) Make context meus more usable

Christian Lenz created NETBEANS-329:
---------------------------------------

             Summary: Make context meus more usable
                 Key: NETBEANS-329
                 URL: https://issues.apache.org/jira/browse/NETBEANS-329
             Project: NetBeans
          Issue Type: Improvement
          Components: ide - UI
    Affects Versions: Next
            Reporter: Christian Lenz
         Attachments: context-menu-disappears.gif, context-menu-stay-webstorm.gif

As you can see it here: [http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown]

in the second gif, there is the problem, that when you hover a menu item and it has child nodes and you want to move to the last item with the mouse it will disappear immediately. This is happening in NetBeans, for context menus too. See my screencapture for what I mean.

In the link, if you scroll down, you can see the trick. They don't use a delay or animation, they have a specific range, where the mouse can be moved, w/o the child elements disappears. This was implemented in IntelliJ. See my other screen capture for what I mean.

So, for NetBeans to make the context menu more usable, we need such range where I can move my mouse to the 4th or 6th child element, wihout having the pain in the ass, that the menu disappears to early.


Cheers

Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists