Bug 413214 - [Contributions] [Compatibility] dynamic nodes of Menu contribution on toolbar are ignored.
Summary: [Contributions] [Compatibility] dynamic nodes of Menu contribution on toolbar...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Windows 7
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2013-07-17 21:09 EDT by Jeeeyul Lee CLA
Modified: 2016-04-27 09:16 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeeeyul Lee CLA 2013-07-17 21:09:31 EDT
org.eclipse.ui.internal.menus.MenuAdditionCacheEntry.processToolbarChildren(ArrayList<MToolBarContribution>, IConfigurationElement, String, String) handles only command, separator, control contribution.

It should have to support dynamic contribution also.
Comment 1 Paul Webster CLA 2013-07-22 14:29:55 EDT
That's by design (3.7 workbench ignores dynamic elements in a toolbar menuContribution).

There are no start/stop events provide by the toolbar to allow updating it dynamically, and because it can re-layout everything associated with it (a huge hiccup) no one has looked at this.

Perhaps someone can look at an approach now.

PW
Comment 2 Al B CLA 2014-06-09 02:49:00 EDT
Paul's comment was in July last year, is there any plan to address this?
Comment 3 Paul Webster CLA 2014-06-13 10:16:11 EDT
(In reply to Al B from comment #2)
> Paul's comment was in July last year, is there any plan to address this?

No, it's still marked help wanted.

PW