CSS border from thead renders unexpectedly when the table values change
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | wontfix |
firefox65 | --- | wontfix |
firefox66 | --- | wontfix |
firefox67 | --- | wontfix |
firefox68 | --- | fix-optional |
People
(Reporter: xing.lichfrozen, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
3.20 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
This rendering 'bug' only happens in Firefox with a specific <table> setup in the document.
(I have recreated one of the tables with minimal setup and attached it.)
- Create a html document containing a table.
- The table must contain a thead with colspan='x'
- Add borderstyle to the thead with colspan.
- Use Javascript to trigger a change on the first row in the tbody.
Actual results:
The border from the <thead> got rendered into <tbody> and can't be overridden with css. It also doesn't appear in the Page Inspector.
Expected results:
Borderstyle that is applied to the thead should not render into the tbody.
![]() |
||
Updated•6 years ago
|
![]() |
||
Comment 1•6 years ago
|
||
Last Good: 2007-10-14-05-trunk
First Bad: 2007-10-15-04-trunk
Regressed by: Bug 244135 - table borders disappear occasionally with border-collapse and rowspan
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•3 years ago
|
Comment 2•3 years ago
|
||
I can still reproduce this in Firefox Nightly 110.
Similar to bug 1710005 comment 3: after I follow the STR here and get unexpected borders, I can make them go away by zooming in & out.
Description
•