Bug 68987 - [test case] CSS: Ignores tr border
Summary: [test case] CSS: Ignores tr border
Status: RESOLVED DUPLICATE of bug 45570
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: 4.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-25 03:58 UTC by ieure
Modified: 2004-05-05 00:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
HTML Testcase (882 bytes, text/html)
2003-11-25 04:00 UTC, ieure
Details
Mozilla Firebird 0.7's rendering (12.84 KB, image/png)
2003-11-25 04:01 UTC, ieure
Details
Konqueror 3.1.4's rendering (18.76 KB, image/png)
2003-11-25 04:02 UTC, ieure
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***