This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229143 - Consider instant submenu expansion
Summary: Consider instant submenu expansion
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-29 08:50 UTC by Egor Ushakov
Modified: 2014-07-08 12:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2013-04-29 08:50:11 UTC
Now every submenu expansion delay is ~1second, which is useless if you know where to go... See this article how Amazon solved this:
http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown
Could we consider doing the same in Netbeans?
Comment 1 Stanislav Aubrecht 2013-04-29 08:54:21 UTC
Which platform are you on? It's less than half a second delay on MS Windows...
Comment 2 Egor Ushakov 2013-04-29 08:58:59 UTC
I'm on Solaris 11
Comment 3 Stanislav Aubrecht 2014-07-08 12:27:27 UTC
Menus are implemented in the Java platform, there's no reliable way to implement Amazon-like menu expansions.