Bug 1911

Summary: [UI] Popup Menu Extension produces duplicate results in static menu (1GC2RTS)
Product: [Eclipse Project] Platform Reporter: Unknown User <unknown>
Component: UIAssignee: Unknown User <unknown>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows NT   
Whiteboard:

Description Unknown User CLA 2001-10-10 22:22:06 EDT
Create a view with a static context menu.  
Register it.
Add a popup menu action extension.
Run.
Open the popup: you see 1 action instance.
Open the popup: you see 2 action instances.

NOTES:

PopupMenuExtender needs to handle static case.  It should remove the contributions for
one show in the next show by using the SubMenuManager.
Comment 1 Unknown User CLA 2001-10-12 11:10:16 EDT
Added support for extension of static menus to PopupMenuExtender.