Closed
Bug 291625
Opened 20 years ago
Closed 20 years ago
position:absolute elements contained in overflow:auto elements are not scrollable
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jepsar, Assigned: roc)
Details
(Keywords: testcase)
Attachments
(1 file)
|
2.49 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050423 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050423 Firefox/1.0+ See testcase (Opera 8 does scroll the absolute positioned elements) Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Seems more like a bug in Opera8 to me. The dl has no position:relative, if you would add that, then it would act the same as Opera.
| Reporter | ||
Comment 3•20 years ago
|
||
(In reply to comment #2) > Seems more like a bug in Opera8 to me. The dl has no position:relative, if you > would add that, then it would act the same as Opera. I've done some reading and I think you're right. The dl in my testcase isn't a containing block. See: http://www.w3.org/TR/REC-CSS2/visuren.html#q29 Does this mean that absolute positioned childs do not generate overflow? And thanks for the tip!
Comment 4•20 years ago
|
||
Per the current CSS2.1 draft, we should not be clipping those elements, and a current build in fact does not.
Assignee: general → roc
Component: DOM: CSSOM → Layout: View Rendering
Comment 5•20 years ago
|
||
Opera's behavior here is wrong.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•