Closed
Bug 5726
Opened 26 years ago
Closed 25 years ago
document layout incorrect. floater problems
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M15
People
(Reporter: buster, Assigned: karnaze)
References
()
Details
Attachments
(2 files)
Text does not run around floaters correctly on this page.
The page now reflows correctly with a couple of exceptions. In the document
there is a nested centered table that uses spacers to provide horizontal black
lines (because the cell has a bgcolor set to #000000). For some reason the table
doesn't reflow properly in the page. When its taken out of the page it reflows
better, but still no black lines. I've added a test case showing the missing
black lines...
Assignee | ||
Updated•25 years ago
|
Assignee: karnaze → kipp
Assignee | ||
Comment 4•25 years ago
|
||
Kipp, the cell will not paint the background if it thinks its content is empty,
which is why it is not black. The area frame containing the spacer returned a 0
max element width. I think you should return something other than 0 for the
width, since technically (0,75) has no area. Also, notice that in Nav4.6, the
table is a lot taller than 5 pixels. It must be giving the spacer a height of a
line. To see this put a border=1 on the table.
TR::Rfl en 0189C8D0 rea=0 av=(UC,UC) comp=(UC,UC)
TC::Rfl 0189C270 rea=0 av=(UC,UC) comp=(8880,15)
Area::Rfl en 0189C1D0 rea=0 av=(UC,UC) comp=(UC,UC)
Area::Rfl ex 0189C1D0 des=(0,75) maxElem=(0,75)
TC::Rfl ex 0189C270 des=(15,75) maxElem=(15,75)
TR::Rfl ex 0189C8D0 des=(15,75) maxElem=(15,75)
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 6•25 years ago
|
||
I think the reported problem has been fixed by Kipp.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Fixed in the Sept 24th build.
You need to log in
before you can comment on or make changes to this bug.
Description
•