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 11848 - MenuBar.MenuFolder does not refresh enabled state reliably
Summary: MenuBar.MenuFolder does not refresh enabled state reliably
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-30 12:43 UTC by Jesse Glick
Modified: 2008-12-22 21:55 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 Jesse Glick 2001-04-30 12:43:39 UTC
Observed dev apr 27, with new JavaHelp system. With the new system of JavaHelp
installation, the Help | Help Sets submenu is simply a menu subfolder. Run the
IDE with a couple of helpset-providing modules installed (e.g. ant, usersguide).
The Help Sets submenu is enabled and has a couple of items in it. Disable both
of them; it greys out. Reenable one or both of them; it is still greyed out,
though it now again contains enabled subitems. While it is correct to disable
itself after the last item (object w/ Presenter.Menu) is removed, it should also
reenable if a new one is then added.

Assigning to Dafe since it looks like he recently rewrote a bunch of stuff
relating to this.
Comment 1 Jan Chalupa 2001-05-06 08:14:32 UTC
Target milestone -> 3.3
Comment 2 Peter Zavadsky 2001-11-13 13:32:00 UTC
Fixed in [main-trunk].

Fix: 
openide/../openide/awt/MenuBar.java [1.37].
Comment 3 Peter Zavadsky 2001-11-14 11:23:31 UTC
Refinded fix is:
openide/../openide/awt/MenuBar.java [1.38]

See: #13013.
Comment 4 Marian Mirilovic 2002-09-05 11:42:14 UTC
verified in nb3.4
Comment 5 Quality Engineering 2003-07-01 16:13:37 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.