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)

x86
Windows 95
defect

Tracking

()

VERIFIED DUPLICATE of bug 3543

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
Summary: [PP] Margin value for bottom not working → [PP] Margin value method for bottom not working
For information purposes: do NOT see this same behavior with the PADDING property.
Priority: P3 → P1
Target Milestone: M3
Setting to M4. Would not hold Dogfood for this.
Assignee: peterl → troy
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.
moving to m4
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 3543 ***
Status: RESOLVED → VERIFIED
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.