| Summary: | mCommands.ParametersDescription does not work for non-menu object commands | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Szymon Brandys <Szymon.Brandys> |
| Component: | Client | Assignee: | Susan McCourt <susan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 0.4 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Szymon Brandys
object level commands are currently only implemented for menus. I knew that we didn't want the user to go up to a slideout from deep in a list, so I tried tooltip dialogs for the menu commands, and we probably want to use this technique for object commands. this was fixed with the refactoring for bug 367220. (In reply to comment #1) > object level commands are currently only implemented for menus. I knew that we > didn't want the user to go up to a slideout from deep in a list, so I tried > tooltip dialogs for the menu commands, and we probably want to use this > technique for object commands. We now look for toolbar and section slideouts. If we don't find them, we generate a parameter collector in a tooltip dialog. With the new repo page, i didn't find a case of an "object" command that could show this works, but you can see it in the section commands since the slideouts aren't yet implemented for the repo page. Click on "New branch" in the branches section heading and you'll get a tooltip dialog prompting you for the branch that shows near the branch command. (Before, it just reverted to the prompt). Once section slideouts are added to the repo page, then this would change to use a section slideout. |