Closed
Bug 3103
Opened 27 years ago
Closed 27 years ago
rowspanning cell height not being calculated correctly in table with height attribute
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: karnaze)
References
(
URL
)
Details
cell 1 of the test case below is too short. If you remove the height attribute,
the table lays out correctly.
======== test case ========
<table border=4 height=400>
<tr>
<td rowspan=2 width=200 >
1 Some sample text for the first column. Notice its formatting.
</td>
<td width=400>
2 Here is some sample text to demonstrate the problem. Is there some
setting in Navigator that will make this work correctly ? If so I
haven't found it. Is this a bug ?
</td>
</tr>
<tr>
<td width=400>
3 Here is some sample text to demonstrate the problem. Is there some
setting in Navigator that will make this work correctly ? If so I
haven't found it. Is this a bug ?
</td>
</tr>
</table>
Comment 1•27 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
| Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
Summary: rowspanning cell height not being calculated correctly in table with height attribute → rowspanning cell height not being calculated correctly in table with height attribute
Comment 2•27 years ago
|
||
Just a comment - TABLE elements do not have a 'height' attribute
| Assignee | ||
Updated•27 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•27 years ago
|
||
Fixed with 5/4 checkin.
Updated•27 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•27 years ago
|
||
Using 5/19 Apprunner, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•