Closed
Bug 295939
Opened 20 years ago
Closed 20 years ago
iframe scroll bar on macosx draws over top of position: absolute elements with higher z-index
Categories
(Core Graveyard :: Widget: Mac, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 287385
People
(Reporter: desrt, Assigned: jaas)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
I think this is new, but sorry if it's a dup.
If you have an iframe in a page that also has an absolutely-positioned element
that overlaps the iframe then the scroll bar of the iframe is incorrectly drawn
over top of the absolutely-positioned element.
This occurs even when the element has a z-index that's higher than that of the
iframe.
This only happens on Mac OS X. I've checked for myself and it doesn't occur on
Linux. I've also been told that the problem does not occur on windows.
Reproducible: Always
Comment 1•20 years ago
|
||
Looks like bug 287385
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 287385 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•