Bug 617179
Summary: | Context menu rendering problems in IEx and FF2 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Lukas Krejci <lkrejci> | ||||||
Component: | Core UI | Assignee: | RHQ Project Maintainer <rhq-maint> | ||||||
Status: | CLOSED WONTFIX | QA Contact: | Corey Welton <cwelton> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 3.0.0 | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-09-28 12:20:40 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 601949 | ||||||||
Attachments: |
|
Needs triage Created attachment 433724 [details]
context menu hidden behind the right pane in IE6
The first issue can be worked around by dragging the left nav wider and the second issue is disconcerting but does not have a functional impact. Dropping priority Closing per gwt efforts |
Created attachment 433678 [details] define context menus out of leftContent container Description of problem: There are 2 issues with menu rendering but both share the same underlying cause: 1) The right pane can cover the context menu - exhibited in FF2 and IE6 2) The resource tree "jumps down" when context menu appears for the first time - exhibited in IE6, IE7, IE8 The fix is to move the context menu definitions up the DOM tree out of the leftContent container. The attached patch does that. How reproducible: always Steps to Reproduce: 1. Right click on the left nav tree in any of the above mentioned browsers Actual results: Context menu appears but has problems described above. Expected results: The context menu should always appear on top of all other page elements and should not cause the nav tree to change position.