Uploaded image for project: '{RETIRED} Tour Application'
  1. {RETIRED} Tour Application
  2. TOUR-82

Tour resume button is visible when printing the page

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.3.8
    • 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

          Activity

            People

              Lucas C Charpentier Lucas
              mflorea Marius Dumitru Florea
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: