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>
Created attachment 13938 [details] test case attached
*** This bug has been marked as a duplicate of 116124 ***