Bug 68987

Summary: [test case] CSS: Ignores tr border
Product: [Applications] konqueror Reporter: ieure
Component: khtml rendererAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 4.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: HTML Testcase
Mozilla Firebird 0.7's rendering
Konqueror 3.1.4's rendering

Description ieure 2003-11-25 03:58:21 UTC
Version:           4.0 (using KDE 3.1.4)
Installed from:     (3.0)
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)
OS:          Linux (i686) release 2.4.22-mh1-phaktory

Subject says it all. If I set a border on a table row, Konqueror ignores it.

Bug is still present in CVS, as of ~1.5 weeks ago.
Comment 1 ieure 2003-11-25 04:00:24 UTC
Created attachment 3395 [details]
HTML Testcase

Valid XHTML 1.1
Comment 2 ieure 2003-11-25 04:01:28 UTC
Created attachment 3396 [details]
Mozilla Firebird 0.7's rendering
Comment 3 ieure 2003-11-25 04:02:00 UTC
Created attachment 3397 [details]
Konqueror 3.1.4's rendering
Comment 4 Jan Schaefer 2004-02-13 00:20:40 UTC
Still in KDE 3.2. I think this is a major bug.
Comment 5 ieure 2004-02-13 00:26:51 UTC
I don't think it's major, but it is pretty irritating. It can be worked around in CSS.

tr.class, tr.class td, tr.class th {
	border-bottom: 1px solid black;
}

This will make Konq put cell borders on the cells under tr.class. It may look strange if the table has any border-spacing, though.
Comment 6 Leo Savernik 2004-05-05 00:45:47 UTC
Borders on tr are not supported -- except for the border-collapse:collapsed model, which Konqueror didn't support until yesterday.

Therefore, fixed.

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