Closed
Bug 4501
Opened 26 years ago
Closed 25 years ago
Tables do not render properly, produces noticable gap in screen.
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: wardtj, Assigned: karnaze)
References
()
Details
(Whiteboard: [TESTCASE] general problem: 4x.P dist. of width to columns in an indeterminate situation)
Attachments
(1 file)
(deleted),
text/html
|
Details |
We maintain a "Notice Board" that contains recent campus news. Part of this
setup requires some complicated table layout and rendering.
If you view, http://home.uleth.ca/css with Netscape 2.02 - Netscape 4.51, it
renders the table and screen successfully. With Mozilla M3, the centering is
wrong, and there is a large gap in the pictures.
The code in the page was orignally written to be compatible with Netscape 2.0,
so, there are no IE specific tags that could be causing problems.
Thanks for taking a look.
--Thomas
Comment 1•26 years ago
|
||
Comment 2•26 years ago
|
||
Basic scenario is a table with width=100%, with two fixed width
TD elements defining the columns. In this situation it's clearly
ambiguous about how to distribute the excess width to the columns,
but Nav4 appears to dump it all in the RH column.
However, 5.0 allocates some to each column, which leads to the gap between
tables. Perhaps this is a known problem??
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6
Assignee | ||
Comment 3•25 years ago
|
||
Moving to M6.
Assignee | ||
Comment 4•25 years ago
|
||
Moving to M8.
Updated•25 years ago
|
Whiteboard: [TESTCASE] general problem: 4x.P dist. of width to columns in an indeterminate situation
Assignee | ||
Comment 5•25 years ago
|
||
Moving to M9.
Assignee | ||
Comment 6•25 years ago
|
||
Fixed with 7/28 changes.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
Using 8/5 Apprunner on Win 98, verified bug fixed. Page renders same as Nav;
Gecko distributes remaining table width to right column
You need to log in
before you can comment on or make changes to this bug.
Description
•