The table row disappear together with table caption if caption is removed
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: miao.zhang, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
784 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Steps to reproduce:
- add a div and define a class as display: table-row;
- add a div and define a class as display: table-cell; inside the table row
- add a div and define a class as display: table-caption; below the table row
- add a button and when click on it, set display: none to the caption
Actual results:
The table row disappear together with the table caption
Expected results:
The table row shall still show on the page
Please use the bug demo.html file in the attachment, you can reproduce this easily by open it on Firefox 128
Comment 1•7 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Tables' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•7 months ago
|
||
Can repro on the latest Nightly.
Bisection:
Bug 1850834 - Don't reframe containing block on insertion when empty. r=jwatt
This is also actually needed to avoid the perf cliff in Perf-Dashboard.
Differential Revision: https://phabricator.services.mozilla.com/D212373
Updated•7 months ago
|
Comment 3•7 months ago
|
||
Autoland build in bug 1907789 fixes this. Once landed, the fix will be in the upcoming Nightly and eventually in release version.
Marking as duplicate of bug 1907789
Updated•7 months ago
|
Description
•