| Summary: | improved menu positioning | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Susan McCourt <susan> |
| Component: | Client | Assignee: | Susan McCourt <susan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.0 | ||
| Target Milestone: | 2.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Susan McCourt
I went with a less general (but working for our issues) solution. Commit is http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=783d3271e9604a328ff57589d6ff0245ccb8b696 Before I checked for the right edge of the document and adjusted the menu left if it didn't fit. Now I check for the right edge of any parent that has a hard right edge or absolute positioning. This fixes the outliner case and continues to fix the User menu case. This will not adjust up or down, or flip submenus, but I'd like to see a problem first. We could probably flip submenus with a style that the client would use. (That's what twitter bootstrap's dropdown does). |