| Summary: | tr height is ignored after first row | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | rick <rickv> |
| Component: | khtml | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | test case attached | ||
Created attachment 13938 [details]
test case attached
|
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>