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 219169 - Impossible to placed menu items below a separator menu item that is placed at the bottom index of a JMenu
Summary: Impossible to placed menu items below a separator menu item that is placed at...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 09:28 UTC by ytn01
Modified: 2012-10-02 11:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2012-09-28 09:28:32 UTC
GUI designer doesn't allow placing menu items below a separator menu item that is placed at the bottom index of a JMenu.


Product Version = NetBeans IDE 7.3 Beta (Build 201209232010)
Operating System = Mac OS X version 10.7.4 running on x86_64
Java; VM; Vendor = 1.6.0_35
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.10-b01-428
Comment 1 Tomas Pavek 2012-10-02 11:59:46 UTC
Reproducible, it's not possible to visually add/drag a menu component before or after a separator if it is the first or last component in the menu.

Workaround is easy, add the menu item where allowed, then right click it and choose Move Up or Move Down. The order can also be rearranged in the navigator tree.