Closed
Bug 1520
Opened 26 years ago
Closed 26 years ago
ss:Main table does not render
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M1
People
(Reporter: christinehoff4, Assigned: buster)
References
()
Details
1. Build: 11/20 - using release build, Viewer.exe
2. Platforms: Win 95, Win 98
3. Steps to reproduce: Open above URL in Viewer.
4. Expected results: Full page will load.
5. Actual results: Main table does not render.
Reporter | ||
Updated•26 years ago
|
Component: Rendering → Layout
Reporter | ||
Comment 1•26 years ago
|
||
Testing on 11/23 release build (Win 95), still a bug.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
the problem was the way table layout apportioned height from a rowspanning cell.
Now, we do 2 things correctly:
1) we handle rows with rowspanning cells and no other cells.
2) we divide the height of a rowspanning cell proportionately to the rows
spanned, where the proportion is defined by the max height of a cell in that row
that has no effective rowspan.
*** Bug 1552 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•