| Summary: | Search: clicking on the options causes the main pane drift. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | Susan McCourt <susan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | susan |
| Version: | 1.0 | ||
| Target Milestone: | 2.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
Susan, I could be wrong but my gut feeling is that the options popup and the main pane have the some parent DIV, causing the parent to expand. (In reply to comment #1) > Susan, I could be wrong but my gut feeling is that the options popup and the > main pane have the some parent DIV, causing the parent to expand. I'll take a look, that could be true. The new actions menu in the projects drive list has similar positioning problems. Investigating next... Fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=77f17ce598991b0b985ee16c2c4152ac5a4e7c01 This was really just a slightly better fix for what was done in bug 395969 comment 1. The original commit shifted the menu's style left which can be impacted by layering of parents and positions absolute/relative. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=783d3271e9604a328ff57589d6ff0245ccb8b696 Instead we need to detect the menu is off screen and just set the right to 0 to pin it to the right edge. Checked the various cases on IE10, Chrome, FF and these menus are still positioning right: - user menu - related menu - outliner menu - actions menu on projects page - search options menu - find slideout menu - nav actions menu As stated in bug 395969, this doesn't adjust submenus, but I think for now we should keep the code simpler and have clients include a submenu left CSS when needed. . |