Closed
Bug 18560
Opened 25 years ago
Closed 25 years ago
[FLOAT] line box doesn't flow around float
Categories
(Core :: Layout, defect, P3)
Tracking
()
M15
People
(Reporter: dbaron, Assigned: buster)
References
()
Details
DESCRIPTION: Something weird in this URL causes a line box not to flow around a
float.
STEPS TO REPRODUCE:
* load http://www.fas.harvard.edu/~dbaron/css/test/linebox4
ACTUAL RESULTS:
* In the second test, the words "Another paragraph" overlap the floating ruler.
EXPECTED RESULTS:
* they should come next to the ruler
DOES NOT WORK CORRECTLY ON:
* Linux, apprunner, 1999-11-11-08-M12
Why are you re-reassing layout bugs? Do NOT touch layout bugs.
The bugs are assigned to Kipp so they can stay neatly organized until we have a
new owner for the block/inline code.
mass moving all Kipp's pre-beta bugs to M15. Nisheeth and I will
prioritize these and selectively move high-priority bugs into M13 and M14.
Summary: line box doesn't flow around float → [FLAOT] line box doesn't flow around float
Reporter | ||
Updated•25 years ago
|
Summary: [FLAOT] line box doesn't flow around float → [FLOAT] line box doesn't flow around float
kipp is very unlikely to fix these, since he's not working ont he project any
longer. so I'll take a look.
Assignee: kipp → buster
This is a duplicate of the problem described in 18827. The problem is the
image initially has no dimensions, and we don't properly mark the lines impacted
by the floating image as dirty when the image is resolved and the dimensions
are available.
*** This bug has been marked as a duplicate of 18827 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
VERIFY dupe
You need to log in
before you can comment on or make changes to this bug.
Description
•