Closed
Bug 400346
Opened 18 years ago
Closed 18 years ago
Mac Aqua scrollbar does not respect z-index
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: theturtle32, Unassigned)
References
()
Details
Attachments
(1 file)
|
456 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
When layering multiple elements on a web page, if one of these elements is displaying an aqua scroll bar, that scroll bar will always display on top of other elements on the page, even if the z-index property of those elements covers up the rest of the scrollable element.
Reproducible: Always
Steps to Reproduce:
1. Visit the extjs.com url mentioned above
2. Open the "Grid Window"
3. Open any other window.
4. Resize the Grid Window so that it displays a scrollbar.
5. Attempt to place any other window on top of the scroll bar.
Actual Results:
The scrollbar always displayed on top of the top-most window.
Expected Results:
The scrollbar should have been obscured by the higher z-indexed content
No plugins except firebug -- stock install of Firefox 2.0.0.7
Comment 1•18 years ago
|
||
I don't have canconfirm status, but have confirmed this bug exists. If you have one absolutely positioned div with overflow set to scroll or auto, the scrollbars of that div will show through any div containers above it even though those div containers have a higher z-index.
I attached a small testcase that shows the behavior on mac firefox
Possibly related to bug 187435?
Comment 4•18 years ago
|
||
The bug has been fixed by bug 370439.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•