Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 437837

Summary: Command group not clickable if there is no default action
Product: [ECD] Orion Reporter: Evan Hughes <evan_hughes>
Component: ClientAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon, Mike_Wilson
Version: unspecified   
Target Milestone: 7.0   
Hardware: PC   
OS: Linux   
URL: https://jazz.net/jazz02/web/projects/Perfect%20Storm#action=com.ibm.team.workitem.viewWorkItem&id=116881
Whiteboard:
Attachments:
Description Flags
fix none

Description Evan Hughes CLA 2014-06-20 14:50:09 EDT
When I create a command group with 
---
commandRegistry.addCommandGroup("itemLevelCommands", "orion.jazz.command.outgoingHidden", 400, "More", null, null, null, "More", null, true);
---

according to the doc, the last argument of 'true' is supposed to:
---
* If set to <code>true</code> the group will be renderer as if there was a default action, but instead of invoking the default action it will
* open the dropdown. Optional.
---

instead, clicking on the button text doesn't appear to do anything. Clicking on the twistie itself displays the dropdown.
Comment 1 Mike Wilson CLA 2014-06-28 16:00:57 EDT
Please fix.
Comment 2 Silenio Quarti CLA 2014-06-28 18:42:36 EDT
Created attachment 244639 [details]
fix