-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Page - Export - PDF
-
None
-
3
-
Minor
-
13
-
Warranty
Issue Summary
Tables in PDF Export display shadow/shading on the right side, which is not present in the web view. This appears to be a regression of CONFCLOUD-81875 and CONFCLOUD-79746, both of which were previously marked as Fixed.
Steps to Reproduce
- Create or navigate to a Confluence Cloud page containing a table (particularly a table that spans close to the full page width)
- Click ... (More actions) → Export → Export to PDF
- Open the exported PDF and review the table rendering
Expected Results
The table should render cleanly without any UI-specific elements like scroll shadows, matching the visual appearance of the table content in the web view.
Actual Results
The table is rendered with a grey gradient shadow on the right side. This is the "overflow" indicator used in the web UI, which should be suppressed during PDF generation.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available