Closed
Bug 363939
Opened 19 years ago
Closed 19 years ago
Scroollbarcontrols of iframe are rendered on top of overlayed absolute span area (z-index); not working correctly?
Categories
(Camino Graveyard :: HTML Form Controls, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 187435
People
(Reporter: lgxxl, Unassigned)
Details
Attachments
(1 file)
225.85 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
It seems as if this bug has much to do with bug 355078.
since i do not know if this is the same, i just post my screenshots of a site which show the behaviour. the iframe itself is rendered properly, but the iframe-scrollbar is rendered solely above the layered span-area.
Reproducible: Always
Steps to Reproduce:
1. embed an iframe with abolute width and height in the site which conteins enough content so that scrolling is necessary and the scrollbar appears
2. position absolute some colored span area above the iframes scroll-controls; use z-index (even in its highest value) to position the span area on absolute top
3. recognize that scrollbar of iframe is rendered on top of span-area in spite of a logically lower z-index
Actual Results:
optically bizarre appearance of iframes which are covered by absolutely positioned span areas
Expected Results:
to not see the iframe and its controls if they are covered by a span area
see expected results
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 187435 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
(In reply to comment #0)
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8)
> Gecko/20050511 Firefox/1.0.4
> Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8)
> Gecko/20050511 Firefox/1.0.4
Please don't report bugs with spoofed user-agents.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•