Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.3.7
-
None
-
Unknown
-
N/A
-
N/A
-
Description
This affects both the "Print Preview" feature and the new client-side PDF export.
Print Preview:
- open a wiki page that has a tour and skip the tour
- the tour resume button is shown in the bottom right corner
- Select "Print Preview" from the page More Actions menu
- Use Ctrl + P to print the page -> the resume button is shown on each page
Client-side PDF Export:
- open a wiki page that has a tour and skip the tour
- the tour resume button is shown in the bottom right corner
- Export the page to PDF using the default settings -> you get an additional empty print page at the end
Both issues can be easily fixed by hiding the tour resume button for print media with something like:
@media print { #tourResumeContainer { display: none; } }
Attachments
Issue Links
- relates to
-
XWIKI-21213 The PDF export has an extra blank page when selecting only the cover page option
- Closed