| Summary: | Command group not clickable if there is no default action | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Evan Hughes <evan_hughes> | ||||
| Component: | Client | Assignee: | 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: |
|
||||||
Please fix. Created attachment 244639 [details]
fix
|
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.