Closed
Bug 963
Opened 26 years ago
Closed 26 years ago
Table cells can overlap when shrinking window
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
People
(Reporter: angus, Assigned: buster)
References
()
Details
Test case:
<table>
<tr>
<td>Back</td>
<td>Forward</td>
<td>Reload</td>
<td>Home</td>
<td>Search</td>
<td>My Netscape</td>
<td>Print</td>
<td>Security</td>
<td>Stop</td>
</tr>
</table>
Now, resize window to make it smaller. At some point, a horizontal scrollbar
should appear and the table should stop shrinking. But instead, the cells just
start smushing up over one another.
You need to log in
before you can comment on or make changes to this bug.
Description
•