Bug 86545 - Frame stacking order (z-index) problem
Summary: Frame stacking order (z-index) problem
Status: RESOLVED DUPLICATE of bug 31121
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-04 06:06 UTC by colesen
Modified: 2004-08-04 16:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description colesen 2004-08-04 06:06:05 UTC
Version:           3.2.3 (using KDE 3.2.3, SuSE)
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i686) release 2.6.5-7.95-default

goto
http://www.businessweek.com/technology/content/aug2004/tc2004083_1828_tc153.htm
The menu items towards the top labelled "BW MAGAZINE","TOP NEWS",... expand into dropdown menus on mouse hover (at least if using default browser identification). The problem is that the dropdown menu for "SCHOOLS" and "CAREERS" at the far right displays under the "MARKET INFO" box just below the menu thereby hiding itself rather than on top of the box (as it does in Firefox).
Comment 1 Dik Takken 2004-08-04 12:45:52 UTC
The menu logic is in the file

Problem confirmed on KDE 3.3 Beta 2.

http://www.businessweek.com/common_scripts/dd.js

It seems like all menu dropdowns are getting a z index of > 600. It is assigned using

menuDiv.style.zIndex = zInd++;

which should work OK but we may want to test this. The IFRAME called "marketinfo" that covers the dropdown has no z index specified.

Marking as KHTML Renderer problem for the moment.
Comment 2 Maksim Orlovich 2004-08-04 16:58:32 UTC
We don't support z-index on iframes. 

*** This bug has been marked as a duplicate of 31121 ***