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 105520 - Menus are not scrollable and get too large to see all items
Summary: Menus are not scrollable and get too large to see all items
Status: RESOLVED DUPLICATE of bug 28740
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-03 21:27 UTC by _ wadechandler
Modified: 2008-12-22 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Image showing the menu from NB extending down into my operating system toolbar and almost too large for the screen. (56.86 KB, image/png)
2007-06-03 21:29 UTC, _ wadechandler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ wadechandler 2007-06-03 21:27:30 UTC
I have found that once I install enough modules my Windows menu gets too large
to use. I will attach a screen shot from one system with a 1280x800 screen
resolution. On this laptop the 800 is the largest vertical resolution it can
have. Notice the menu is about as large as the screen, and not many more items
will be able to be added to the window. On another system the menu is already
too large and I can not see all of the items. I'm marking it as a DEFECT because
it disallows access to functionality in the system.

It seems like if we could make the menu do a couple things then it would not be
an issue.

1) There need to be arrows on the top and bottom of the menu which allows the
user to see that the window has more items than are visible. The arrow could be
on a flat nice looking button which spans the entire menu length. The arrow icon
itself would not stretch but would be a constant size and remain centered on
this button. When the user is at the top of the menu the button on top is
disabled, when the user is at the bottom (no more items remaining to scroll
down) the bottom button is disabled and the top is enabled.

2) When the user gets to the bottom of the menu then the menu could auto-scroll
to make it more productive. I don't think scrollbars would look very good here
and would just take up more screen realty.
Comment 1 _ wadechandler 2007-06-03 21:29:25 UTC
Created attachment 43165 [details]
Image showing the menu from NB extending down into my operating system toolbar and almost too large for the screen.
Comment 2 _ wadechandler 2007-06-03 21:34:56 UTC
Notice in my attached screen shot I have room for maybe 2 or 3 more items tops.
I do not have mobility installed in this version yet, and I'm not sure if it
will add more items, but then again, what if I want to install others custom
modules. Basically something is going to be inaccessible at some point. The
Tools menu is a good candidate for running out of space as well. Refactor and
Source could stand to merged together also, and then Refactor/Source would be a
good candidate.
Comment 3 David Simonek 2007-06-05 15:32:55 UTC
This is old and famous JDK bug, see 28740.

In 6.0 M9, we did some grouping of long menus into submenus to limit impact of
this bug.

*** This issue has been marked as a duplicate of 28740 ***