Closed
Bug 6184
Opened 26 years ago
Closed 26 years ago
alogrithm for allocating extra space to auto width colums incorrect
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: karnaze, Assigned: karnaze)
Details
The 1st table is too narrow and should be as wide as the smaller of (a) the
viewport or (b) the text beginnng with Wisconsin.
The 2nd table should make the 1st cell exactly wide enough to hold "hello".
<TABLE BORDER=1 CELLPADDING=1 CELLSPACING=0>
<TR>
<TD COLSPAN=2>
The Supreme Court says
Wisconsin can continue using tuition vouchers to help poor parents send their
children to church-run schools. What's your stand?</TD></TR>
<TR>
<TD>hello</TD>
<TD align=left >hello</TD></TR>
</TABLE>
<BR>
<TABLE BORDER=1 CELLPADDING=1 CELLSPACING=0 width=600>
<TR>
<TD>hello</TD>
<TD>
The Supreme Court says
Wisconsin can continue using tuition vouchers to help poor parents send their
children to church-run schools. What's your stand?</TD>
<TR>
</TABLE>
<BR>
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M6
Assignee | ||
Comment 1•26 years ago
|
||
Fixed with latest checkin.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Using 6/14 Apprunner, verifying bug fixed.
URL: (see cases below)
You need to log in
before you can comment on or make changes to this bug.
Description
•