Another new table code bug
David Hyatt
hyatt@apple.com
Wed, 15 Jan 2003 11:43:12 -0800
This one happens on Blogger. The input field should have filled all of
the space, but the nowrap on the cell with the span seems to cause the
cell's width not to be distributed across the span (instead it's all
going into the first column).
Can someone verify that this bug happens on the Konq trunk? If so,
I'll file it at bugs.kde.org.
<table width=100% >
<tr><td colspan=2 bgcolor=red nowrap>Blah. It's my job to screw things
up around here.
</td></tr>
<tr><td>URL: <td width=100%><input style="width:100%"></tr>
</table>
This test case works with the old table code in Safari, but again,
maybe I just screwed up the merge.
dave
(hyatt@apple.com)