Closed
Bug 3543
Opened 26 years ago
Closed 26 years ago
{inc} Body frame ignoring bottom margin of last child during initial flow
Categories
(Core :: Layout, defect, P4)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: ian, Assigned: buster)
References
()
Details
Look at the assertion at the very bottom of the quoted test page:
http://www.bath.ac.uk/%7Epy8ieh/internet/eviltests/htmlbodyrendering4.html
Namely, the white bit that reads:
> NOTE! There should be exactly 8 pixels between the bottom border of this
> paragraph and the bottom border of the BODY element. The bottom border
> of this paragraph should also be 8 pixels wide.
The first time the page is displayed, the gap is only 4 pixels. After a reflow,
the gap grows to the correct 8 pixels.
Reporter | ||
Updated•26 years ago
|
Summary: On initial reflow, the bottom-margin and body padding are collapsed → [PP] Body frame ignoring bottom margin of last child during initial flow
Target Milestone: M4
Reporter | ||
Comment 2•26 years ago
|
||
Transfering info from bug 3663 to this bug.
In 3663, peterl said:
> This is a reflow problem where the body frame is not respecting
> the bottom margin of the last child during initial flow.
Changing the title to match that.
Updated•26 years ago
|
QA Contact: 4144 → 4110
Comment 3•26 years ago
|
||
Bug #3663 has been marked a duplicate of this one. This is the URL used for that
bug. It's just another view of the same problem with larger measurement
contrasts:
http://slip/projects/marvin/bugs/bug_margin_bottom_value.html
Summary: [PP] Body frame ignoring bottom margin of last child during initial flow → Body frame ignoring bottom margin of last child during initial flow
This has nothing to do with platform parity, so I'm removing the [PP] marker
Reporter | ||
Comment 5•26 years ago
|
||
Exactly the same problem occurs with margin-top and the first element.
Here is a test case:
http://www.bath.ac.uk/%7Epy8ieh/a/internet/projects/mozilla/firsttopmargin.html
See bug 1583.
Severity: normal → minor
Priority: P3 → P4
Summary: Body frame ignoring bottom margin of last child during initial flow → {inc} Body frame ignoring bottom margin of last child during initial flow
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Using 4/8 build in Viewer, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•