Open
Bug 511551
Opened 16 years ago
Updated 3 years ago
float:left only reserves space on the first printed page (floats are at different horizontal position on different pages)
Categories
(Core :: Layout: Floats, defect)
Tracking
()
NEW
People
(Reporter: blizzard, Unassigned)
References
()
Details
Attachments
(1 file)
|
219 bytes,
text/html
|
Details |
In the test case above the float:left element takes up space properly on the first page. Later pages don't include space for the floated element.
Summary: float:left only reserves space on the first printed page → float:left only reserves space on the first printed page (floats are at different horizontal position on different pages)
Float (2) should have the same horizontal position on all pages, but doesn't.
In bug 563584 I'm adding some reftests whose references will need to be adjusted when this is fixed. The correct code is commented out with a reference to this bug.
Updated•10 years ago
|
Component: Layout → Layout: Floats
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•