Table print issue inside display flex
Categories
(Core :: Layout: Flexbox, defect)
Tracking
()
People
(Reporter: slobodan, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0
Steps to reproduce:
I have a table sitting in a display: flex
div, with page-break-inside: avoid
set on tr
s.
Actual results:
Container div height is not properly calculated, and an element that follows the container div it is drawn on top of table content. This only happens in the final print out (and print preview), and is not visible in print media emulation mode.
Reporter | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Flexbox' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 3•2 years ago
|
||
Thanks for reporting the bug. I believe this is similar to bug 1695475.
Comment 4•1 year ago
|
||
The testcase in comment 0 looks good in print-preview in Nightly 122.0a1 (2023-12-06) after bug 1744363 is fixed. I don't see the "After table" overlapping with the content.
Description
•