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)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: buster, Assigned: karnaze)

References

()

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>
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
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
Just a comment - TABLE elements do not have a 'height' attribute
Status: ASSIGNED → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
Fixed with 5/4 checkin.
Status: RESOLVED → VERIFIED
Using 5/19 Apprunner, verified fixed.
URL: see test case<table border=4 height=400><tr> ...
You need to log in before you can comment on or make changes to this bug.