Summary: | [test case] only honors height tag of a CSS class for a TR for first TR with the class | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Joost Yervante Damad <joost> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | browserbugs2, finex, ismail, james, rickv |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Test case attached |
Description
Joost Yervante Damad
2005-11-11 12:32:31 UTC
Created attachment 13388 [details]
Test case attached
*** Bug 118411 has been marked as a duplicate of this bug. *** Maksim is right, those are fixed by r557184 Bottom of the winter cell is not rendered. It's an unrelated bug... the border is there, but you can't scroll to it if it doesn't fit on screen because the doc height is not correctly calculated. I'd suspect the border-collapse style is responsible. Most probably, the collapsed border height is subtracted twice or something along those lines. I'll have a look later. Bug still fixed in 4.0.3 Unrelated bug about the bottom border also appears fixed. Using Gentoo Linux ~x86 (testing in gentoo lingo). KDE 4.0.3 and the majority of packages compiled using gcc 4.3.0. The initial reported bug (tr width not respected) has been fixed on both kde 3.5.9 AND trunk (revision 800924). On both the bottom border is not rendered. Shall we open a new bugreport about this problem and close this? FiNeX, As far as I can see with Konqueror 4.6.4, the initial reported bug (tr height not respected) has been fixed. Gérard The original issue with this bug report has been FIXED. This testcase CSS Test: Height applied to elements with 'display' set to 'table-row' http://test.csswg.org/suites/css2.1/latest/html4/height-applies-to-004.htm confirms it too. The original testcase (with fall and winter text) declares 'border-collapse: collapse' for reasons that have nothing to do with height specification of table row. The original testcase declares 'empty-cells: show;' when show is already the initial value anyway. The original testcase misuses colspan="2": <table class="jaar"> <caption>jaar</caption> <tr class="jaar"> <td colspan="2" class="empty">fall</td> </tr> <tr class="jaar"> <td colspan="2" class="empty">winter</td> </tr> </table> The colspan attribute specification colspan="2" is going to be ignored; this colspan="2" attribute specification may be valid HTML4 code but it is not compliant with the HTML4 spec. As far as I am concerned, this bug should be RESOLVED as FIXED. The collapsed border height issue is another distinct, separate issue and should be file in another bug report. Gérard Resolving as FIXED |