Bug 9370 - "Open Recent" menu remains disabled when closing file
Summary: "Open Recent" menu remains disabled when closing file
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Lynne Kues CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-10 17:02 EST by Knut Radloff CLA
Modified: 2002-02-14 16:21 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Knut Radloff CLA 2002-02-10 17:02:53 EST
-start an inner Eclipse (or run with a build >0205, that has the open recent 
menu).
-open three files
-close the second editor
-check the "Open Recent" menu, it is disabled
-close another editor
->the open recent menu has two entries
Comment 1 Lynne Kues CLA 2002-02-14 16:01:21 EST
Talked with SA about this and introduced a DynamicMenuManager which will answer 
true for its dynamic nature and thus update itself when its menu (e.g.,File 
menu in this case) is dropped down (see MenuManager>>update(boolean,boolean) 
method).  SA to release changes.
Comment 2 Simon Arsenault CLA 2002-02-14 16:21:22 EST
Fix in build > 2002-02-14