Closed
Bug 324228
Opened 19 years ago
Closed 17 years ago
height of INNER TABLE in LAST ROW of the main table not correct
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: admin, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8) Gecko/20051111 Firefox/1.5
The height of an INNER TABLE in a column of the main table can not be set to the correct maximum height just in the LAST ROW of the main table.
echo '<td height="100%">
<table height="100%" cellspacing="0" cellpadding="0" border="1">
<tr>
<td>text 1</td>
</tr>
<tr>
<td>text 2</td>
</tr>
</table>
</td>';
In the last row of the main table tthe height of the inner table ist still the MINIMUM height, not 100%.
Reproducible: Always
Expected Results:
All the tables in the column should have the height 100%.
Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
Can you attach a testcase showing the problem? Or an URL?
Updated•19 years ago
|
Component: General → Layout: Tables
Product: Firefox → Core
QA Contact: general → layout.tables
Version: unspecified → 1.8 Branch
Comment 3•18 years ago
|
||
No URL, no testcase. Resolving INCOMPLETE.
Reporter, if you still see this problem and can provide the information we need to investigate, please reopen this bug. Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INCOMPLETE
Seems like there's enough HTML here to try making a testcase. Did anybody try?
Status: RESOLVED → UNCONFIRMED
Resolution: INCOMPLETE → ---
this is wfm with current trunk, please reopen with a testcase or a working url at least
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago → 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•