Closed
Bug 30576
Opened 25 years ago
Closed 25 years ago
absolute table cell width ignored, to fit text in
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M17
People
(Reporter: kberk.spamaway, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
Browse to the site: The page is filled with javascript and tables. For some
reason everything is spread out accross the page and looks nothing like NAV 4.72
or IE 5.
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
OK, here is the problem. Mozilla ignores the specified tabe cell widths and
produces a 100% table to fit all the text in the second COLSPAN row in there.
You don't even need a colspan, leave it away and you will have the problem with
just the first column. Giving absolute width to <table> solves problem.
changing summary to adapt to true problem.
<TABLE>
<TR>
<TD WIDTH=100>a</TD>
<TD WIDTH=100>b</TD>
<TD WIDTH=100>c</TD>
</TR>
<TR><TD colspan=3>
Really long text...[snip]....
</TD></TR>
</TABLE>
Summary: Large amount of whitespace between columns. → absolute table cell width ignored, to fit text in
Whiteboard: [testcase]
Comment 3•25 years ago
|
||
Sebastian@SSpaeth.de - your testcase looks the same to me in M14, 20000324
(latest build), NS 4.72 and IE 4.0. Could you have another look at this?
Gerv
Comment 4•25 years ago
|
||
oops,
/me blushes red
I somehow simplified it one step too far, sorry. And I don't have the time right
now to redo my work.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Comment 5•25 years ago
|
||
Right, I think I've got it. The following testcase works differently in NS 4.5
to Moz 20000419 under W95.
Gerv
Keywords: testcase
Whiteboard: [testcase]
Comment 6•25 years ago
|
||
Assignee | ||
Comment 7•25 years ago
|
||
The url looks ok to me and the 2nd attach does also (except when the viewport is
extremely wide).
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 8•24 years ago
|
||
verified using 2000071708 nightly build on w2k, both the url & 2nd attachment
look good to me
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•