Closed
Bug 218229
Opened 22 years ago
Closed 21 years ago
with border-collapse:collapse and overflow:auto in tbody no background-color is shown
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: u45550, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
2.01 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030827
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030827
If you define a table with border-collapse:collapse and you set overflow:auto in
the tbody element, the background-color of elements inside tbody is not shown.
Reproducible: Always
Steps to Reproduce:
1. Open the testcase
2. Compare the two tables with border-collapse:collapse and border-collapse:separate
Actual Results:
In the table with border-collapse:collapse the background-color is not shown.
In the table with border-collapse:separate the background-color is shown.
Expected Results:
The background-colors of all elements in both tables should be shown.
Bug 135236 is about border-collapse:collapse and overflow:auto but does not
mention the background-color problem.
I tried to make a simple HTML file, so it's not really 'nice'....
Comment 2•22 years ago
|
||
The testcase will trigger bug 104550 on Linux (crasher)
Updated•22 years ago
|
Attachment #130865 -
Attachment description: Two tables with and without border-collapse:collapse → Testcase #1 (WARNING: crash on Linux)
I tried the Testcase and it works now. Therefore I mark the bug as resolved:FIXED.
The crash under Linux also didn't appear with Mozilla/5.0 (X11; U; Linux i686;
rv:1.7.3) Gecko/20040914 Firefox/0.10.1
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 4•21 years ago
|
||
No bug / patch specified as the fix.
-> WORKSFORME
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•21 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•