Closed
Bug 161566
Opened 23 years ago
Closed 23 years ago
border-collapse property causing table element borders to completely disappear
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 141660
People
(Reporter: will, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.73 KB,
text/html
|
Details |
In this page, http://www.himinbi.org/~will/test_table_borders.html, the table is
as follows:
+-------+--------+ cell | rowspan
| a1 | b1 | ==============
+-------+ | a1 | 1
| a2 | | a2 | 2
| +--------+ b1 | 2
| | b2 | b2 | 1
+-------+--------+
When the border-collapse property is set to collapse there is no border between
elements b1 and b2. (These is a border between a1 and a2.)
Clicking on the document toggles the borderCollapse style property (though it
only works once in what I think is another bug.)
The expected behavior is for there to be a border between b1 and b2.
The page validates for both html and css.
Comment 1•23 years ago
|
||
Confirming bug, 2002-08-06-14 on Linux.
When I resized the window back and forth fast, I can see the border being
painted briefly.
Severity: normal → minor
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OS: Windows NT → All
Updated•23 years ago
|
Priority: -- → P3
Comment 2•23 years ago
|
||
Duplicate of bug 141660?
| Reporter | ||
Comment 3•23 years ago
|
||
This is the page that was referred to in the original report
| Reporter | ||
Comment 4•23 years ago
|
||
*** This bug has been marked as a duplicate of 141660 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•