Bug 118411

Summary: tr height is ignored after first row
Product: [Applications] konqueror Reporter: rick <rickv>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: test case attached

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 ***