Closed
Bug 71238
Opened 24 years ago
Closed 24 years ago
div with overflow:auto (scrollbars) doesn't respond to zindex
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: jeremy, Assigned: jst)
Details
Attachments
(5 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.8) Gecko/20010215
BuildID: 20010306
When you specify a DIV element and use the CSS property overflow:auto to show
scrollbars, it no longer responds to zindex. The border of the DIV element does
but not the actual content.
Reproducible: Always
Steps to Reproduce:
make a page w/ a div element. Set a explict size, width & position. Put enough
stuff into the DIV that scrollbars appear and then position another element
directly on top of it.
Expected Results: Div element should go underneath others.
Comment 1•24 years ago
|
||
Jeremy, do you have an example page you could attach by any chance? Also, could
you try enabling the new viewmanager [
user_pref("nglayout.debug.enable_scary_view_manager", true); ] and seeing
whether that helps? (the old viewmanager has known bugs with positioned elements).
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Jeremy, the attached testcase renders exactly the way it's supposed to for me
with builds 2001-03-05-08 and 2001-03-07-14, old and new viewmanagers both, on
Linux.
Reporter | ||
Comment 5•24 years ago
|
||
Reporter | ||
Comment 6•24 years ago
|
||
Reporter | ||
Comment 7•24 years ago
|
||
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
Jeremy, I see the problem in your testcase (div does not disappear when you
switch tabs). The problem is only there with the old viewmanager. With the new
viewmanager (put user_pref("nglayout.debug.enable_scary_view_manager", true); in
your prefs.js file to try the new viewmanager) the page renders correctly.
See bug 39621 for the status of the new viewmanager, but the summary is that it
should be turned on by default any day now.
*** This bug has been marked as a duplicate of 14691 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 10•24 years ago
|
||
VERIFIED dup
new view manager will be turned on after 0.8.1
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•