Open
Bug 1266883
Opened 9 years ago
Updated 3 years ago
Table with border-collapse and missing cells does not properly draw borders when missing cells are filled in
Categories
(Core :: Layout: Tables, defect, P4)
Tracking
()
NEW
People
(Reporter: andrew.hushbeck, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.24 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160422030223
Steps to reproduce:
1. Create a table element with border-collapse and a few rows and columns
a. Unsure if needed, but <th> is the first column, <td>'s have border, done with 3 columns
2. Insert a new row in JS with only the first column
3. Update the row with the other two cells
Actual results:
Right border on last column is not drawn for current row and every row after the current row
Expected results:
Right border draws
Updated•9 years ago
|
Severity: normal → minor
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OS: Unspecified → All
Priority: -- → P4
Hardware: Unspecified → All
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•