Bug 1911 - [UI] Popup Menu Extension produces duplicate results in static menu (1GC2RTS)
Summary: [UI] Popup Menu Extension produces duplicate results in static menu (1GC2RTS)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Unknown User CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:22 EDT by Unknown User CLA
Modified: 2005-01-18 16:45 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.