Closed
Bug 269322
Opened 20 years ago
Closed 20 years ago
Padding-bottom not rendered in block-level elements with overflow: auto
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Padding-bottom is not rendered in overflown <p>, even when specifically setting
padding-bottom.
This happens in Mozilla 1.8a5 build 2004110905 and Firefox 1.0 final release
rv:1.7.5 build 20041107 under XP Pro SP2.
I could not find a duplicate for this.
Reduced testcase coming.
Reporter | ||
Comment 1•20 years ago
|
||
Instructions: load the testcase and scroll down the 25px thick black bordered
<p> (on the left in the testcase)
Actual results in Mozilla 1.8a5 build 2004110905 and Firefox 1.0 rv 1.7.5 build
20041107:
the 25px thick black bordered <p> (on the left in this page) does not render a
padding-bottom of 30px.
Expected results: Both block-level elements (<p>) should render a
padding-bottom of 30px
Note that MSIE 6 SP2 SV1 and Opera 7.60 beta 2 render the padding-bottom on the
overflown <p>. Opera 7.60 beta 2 renders more than 30px though.
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 47710 ***
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
•