Closed
Bug 3663
Opened 26 years ago
Closed 26 years ago
[PP] Margin value method for bottom not working
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Tracking
()
M4
People
(Reporter: christinehoff4, Assigned: troy)
References
()
Details
Tested using 3/11 build on Win 95, Win NT, Win 98, Linux and Mac8.5.
Open the URL. This page sets a bottom margin using two methods:
(1)<p style="margin-bottom: 1in">
(2)<p style="margin: 0 0 1in 0">
Expected result: Paragraphs should render identically.
Actual result: The method using <p style="margin: 0 0 1in 0"> does not work
This behavior is true for Win 95, Win NT, Win 98 and Mac8.5. Linux renders
correctly making it a parity bug.
Also, this only happens for margin-bottom. Examples of margin-top, margin-right
and margin-left are listed below and render correctly:
http://slip/projects/marvin/bugs/margin_left.html
http://slip/projects/marvin/bugs/margin_right.html
http://slip/projects/marvin/bugs/margin_top.html
Reporter | ||
Updated•26 years ago
|
Summary: [PP] Margin value for bottom not working → [PP] Margin value method for bottom not working
Reporter | ||
Comment 1•26 years ago
|
||
For information purposes: do NOT see this same behavior with the PADDING
property.
Updated•26 years ago
|
Assignee: peterl → troy
Comment 3•26 years ago
|
||
Actually, the margin is parsing just fine. This is a reflow problem where the
body frame is not respecting the bottom margin of the last child during initial
flow.
If you reverse the classes the problem remains.
Also, if you resize the window, then the margin appears.
Comment 4•26 years ago
|
||
moving to m4
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•26 years ago
|
||
Verified duplicate of 3543. Added this test case to comments for that bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•