| Summary: | Command dropdown menus are not aligned to the command button | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Maciej Bendkowski <maciej.bendkowski> |
| Component: | Client | Assignee: | Project Inbox <orion.client-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 5.0 RC2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Maciej Bendkowski
Currently, dropdown menus are rendered in the parent DOM and bound statically to that parent position. As this approach is generally acceptable, it fails for group commands, e. g. Push. Consider the commit section actions area. Since all commands are rendered within a single div parent node, the Push dropdown menu is rendered and bound to the div. Because the Push command is not rendered at the beginning of the parent node, the menu appears dis-attached. Moreover, there's no control over the horizontal orientation of the menu - a similar mechanism to the automatic tooltip rendering (left, right, above, under). Therefore the menu is always aligned to the left border of the parent DOM. Seems to be fixed with: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=9e451411e263181ae5475e5d7fba8c7eb2b86170. Closing. |