Closed Bug 5726 Opened 26 years ago Closed 25 years ago

document layout incorrect. floater problems

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: buster, Assigned: karnaze)

References

()

Details

Attachments

(2 files)

Text does not run around floaters correctly on this page.
Attached file test case (deleted) —
Assignee: troy → kipp
Severity: major → normal
Status: NEW → ASSIGNED
Target Milestone: M15
Attached file table cell's not painting testcase (deleted) —
Assignee: kipp → karnaze
Status: ASSIGNED → NEW
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: karnaze → kipp
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)
Status: NEW → ASSIGNED
Assignee: kipp → karnaze
Status: ASSIGNED → NEW
I fixed the spacer bug. the ball's back in your court.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
I think the reported problem has been fixed by Kipp.
Status: RESOLVED → VERIFIED
Fixed in the Sept 24th build.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: