| Summary: | Frame stacking order (z-index) problem | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | colesen |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
colesen
2004-08-04 06:06:05 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. |