-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Page - Export - PDF
-
None
-
Severity 3 - Minor
Issue Summary
Exporting a Page tree with Child pages to PDF results in the jumbled order of child pages
Steps to Reproduce
Export a Page with child pages:
- Select Space settings.
- Under Manage space, select Export space.
- Choose PDF
- Choose Custom export
- Select the Page and the Child pages
- Export
Expected Results
The downloaded PDF file should include the Index, and the Child pages should be ordered in the same sequence they are placed in the UI
Actual Results
In the resulting PDF, the child pages are not in the same sequence as they are placed in the UI.
So if the page tree on UI is:
Parent
├─ Child 1
├─ Child 2
└─ Child 3
The resulting PDF is emitting a jumbled sequence: Child 3 → Child 1 → Child 2
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available