Closed
Bug 356255
Opened 19 years ago
Closed 19 years ago
text in a table cell goes over next cell when an img with align="left" is in the cell (cell width not computed correctly).
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 207279
People
(Reporter: bugzilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1) Gecko/20061003 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1) Gecko/20061003 Firefox/2.0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<BODY>
<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td nowrap="nowrap" valign="middle"><img valign="middle" src="http://www.mozilla.com/images/firefox-logo-64x64.png" align="left"> Text too large</td>
<td width="99%">Content</td>
</tr>
<tr>
<td></td>
</tr>
</BODY>
</HTML>
Reproducible: Always
Steps to Reproduce:
1. Use the sample HTML in Details
Actual Results:
The "too large" part of the text is written over the second cell which contains the word "Content".
Expected Results:
The first cell should expand to contains the full text as its width is not specified.
if style="overflow: hidden" is specified on the first TD, the "text too large" text is clipped in the first cell.
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 207279 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•