Closed
Bug 1473803
Opened 8 years ago
Closed 7 years ago
Table borders vanish when deleting rows
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: juhani.palomaki, Unassigned)
Details
(4 keywords)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180704003137
Steps to reproduce:
Started to edit table that contains text & number data > Delete one table row that has borders (all table rows have borders) > borders will vanish from whole table after one row has been deleted
Actual results:
Borders will vanish from whole table after one row has been deleted
Expected results:
Borders should not vanish. This is reproducible every time and only with Firefox (61.0.1). Tested with Chrome, IE and Edge and with all those it works correctly.
Updated•8 years ago
|
Component: Untriaged → Layout: Tables
Product: Firefox → Core
Comment 1•8 years ago
|
||
Could you attach a testcase or link to a page that demonstrates the issue?
(I tried to come up with something but couldn't trigger the issue. I'm not sure if you're talking about "contenteditable" scenario (are you?), but I'm guessing you might be, so I tried this testcase...
data:text/html,<table border contenteditable><tr><td>abc</td></tr><tr><td>def</td></tr></table>
I focused "def" and then clicked on the x to the left of it to delete that row, and borders stayed around for the remaining part of the table (matching your expected results).
Flags: needinfo?(juhani.palomaki)
Priority: -- → P3
Updated•8 years ago
|
Keywords: testcase-wanted
Comment 2•7 years ago
|
||
Closing as we don't have enough information to act on it.
Please reopen with more information if you have any.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Updated•1 year ago
|
Flags: needinfo?(juhani.palomaki)
You need to log in
before you can comment on or make changes to this bug.
Description
•