Bug 617179 - Context menu rendering problems in IEx and FF2
Summary: Context menu rendering problems in IEx and FF2
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: RHQ Project
Classification: Other
Component: Core UI
Version: 3.0.0
Hardware: All
OS: Linux
high
medium
Target Milestone: ---
: ---
Assignee: RHQ Project Maintainer
QA Contact: Corey Welton
URL:
Whiteboard:
Depends On:
Blocks: jon-sprint12-bugs
TreeView+ depends on / blocked
 
Reported: 2010-07-22 12:03 UTC by Lukas Krejci
Modified: 2010-09-28 12:20 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-09-28 12:20:40 UTC
Embargoed:


Attachments (Terms of Use)
define context menus out of leftContent container (5.29 KB, patch)
2010-07-22 12:03 UTC, Lukas Krejci
no flags Details | Diff
context menu hidden behind the right pane in IE6 (19.31 KB, image/png)
2010-07-22 15:03 UTC, Lukas Krejci
no flags Details

Description Lukas Krejci 2010-07-22 12:03:36 UTC
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.

Comment 1 Charles Crouch 2010-07-22 13:26:39 UTC
Needs triage

Comment 2 Lukas Krejci 2010-07-22 15:03:50 UTC
Created attachment 433724 [details]
context menu hidden behind the right pane in IE6

Comment 3 Charles Crouch 2010-07-22 15:27:21 UTC
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

Comment 4 Corey Welton 2010-09-28 12:20:40 UTC
Closing per gwt efforts


Note You need to log in before you can comment on or make changes to this bug.