Bug 118411 - tr height is ignored after first row
Summary: tr height is ignored after first row
Status: RESOLVED DUPLICATE of bug 116124
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-15 23:22 UTC by rick
Modified: 2005-12-24 19:09 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
test case attached (348 bytes, text/html)
2005-12-16 09:29 UTC, Tommi Tervo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rick 2005-12-15 23:22:58 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8) 
OS:                Linux

In the following html, the height of each row should be as specified. Instead, only the first row has the specified height.
(Improper functionality also exists if using <tr class='bla'> where tr.bla{height:50px;}, or if using <tr height='50px'> instead of css style)

<html>
<body>
<table border='1px'>
<tr style='height:50px;'><td>row 1</td></tr>
<tr style='height:50px;'><td>row 2</td></tr>
<tr style='height:50px;'><td>row 3</td></tr>
<tr style='height:50px;'><td>row 4</td></tr>
</table>

My guess is that this will be marked a duplicate of some other.  Sorry, I searched, but did not find...
</body>
</html>
Comment 1 Tommi Tervo 2005-12-16 09:29:16 UTC
Created attachment 13938 [details]
test case attached
Comment 2 Maksim Orlovich 2005-12-24 19:09:54 UTC

*** This bug has been marked as a duplicate of 116124 ***