Bug 73161 - z-index css iframe ignored
Summary: z-index css iframe ignored
Status: RESOLVED DUPLICATE of bug 31121
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-21 18:37 UTC by arne anka
Modified: 2004-01-21 18:44 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 arne anka 2004-01-21 18:37:02 UTC
Version:           4.0 (using KDE 3.1.5)
Installed from:     (testing/unstable)
Compiler:          gcc version 3.3.3 20031229 (prerelease) (Debian)
OS:          Linux (i686) release 2.4.22

in the follwing contruct ...

<style>
address {width:40ex; height:20ex; border:1px solid red; background-color:#FBFBFB; z-index:99; display:run-in; position:relative; top:-44em; left:58em}
</style>

<iframe style="z-index:1" src="blah.html" width="100%" height="500" frameborder="1"></iframe>

<p class="address">BlahBlah</p>

the page consist of a form and the follwing iframe.
the css-formated "window" inside the <p>-tags will not be layed over the iframe, instead the iframe covers it completely.
if moving the css-box so it should appear layed over the form, it does not cover text-fileds/-areas, only the form-background.
in mozilla it works, so i'm pretty sure it's not my fault :-)
Comment 1 Kai Lahmann 2004-01-21 18:39:53 UTC
hm.. no dup? for forms this is 31121, but I don't think it's the same code..
Comment 2 Maksim Orlovich 2004-01-21 18:44:58 UTC
It is, although most form widgets now use a separate code path to not have this limitation 

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