Closed
Bug 2516
Opened 26 years ago
Closed 26 years ago
form in table results in max width table
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rickg, Assigned: buster)
References
()
Details
In the HTML fragment below, the inclusion of the <form> tab in <table> causes
tables to lose their minds, eat too much chocolate, get fat, watch jerry
springer and then, just for fun, lay out wrong.
<html>
<body>
<table border=1>
<tr>
<td valign=top>
<table bgcolor=#ffcc99 border=0>
<form action="http://www.dejanews.com/qs.xp" method="get">
<tr align=left>
<td bgcolor=#ff6600 nowrap>Find</td>
<td>rick was here</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
the bug is that the outer table frame code wrongly assumed that if it had a
second child, that second child must be a caption. Now the code scans the child
list for the first frame with a display type of CAPTION.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
VERIFIED for WinNT1999041508
You need to log in
before you can comment on or make changes to this bug.
Description
•