-
Bug
-
Resolution: Fixed
-
High
-
19
-
Severity 3 - Minor
-
6
-
Issue Summary
on export, The second table which is not full width is full width and merged into the previous table with the text overlapping.
Steps to Reproduce
- Create 2 large tables with text/images inside the cells;
- Set one of the tables to a different width size;
- Create a PDF Export of the page.
Expected Results
PDF Export page should have tables non-overlapping
Actual Results
PDF Export Tables are overlapping
Workaround
Revert PDF Export to V1. This can be done by adding a @page tag to the PDF stylesheet:
Space settings -> Look and Feel -> PDF Export 0>PDF stylesheet.
@page { @top-center { font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif; font-size: 12pt; }
- has a regression in
-
CONFCLOUD-80347 Text overlapping large tables in PDF export
-
- Gathering Impact
-
- is related to
-
CONFCLOUD-76717 PDF export of Confluence pages with tables inside expand macro are not formatted correctly
-
- Closed
-