Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-4226

Add page breaks in Full Content view for IE

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 3.2
    • 2.6.1 Pro
    • None

    Description

      From JRA-4219, it sounds like page-break CSS works in IE 6, so we should enable it there:

      """
      I wrote that "Issues are shown running one after the other, not each starting on a new page".

      In navigator-full.jsp around line 30, there is this html fragment:

      <p style="page-break-before: always;">

      Between 2.5.3 and 2.6.1, this was wrapped in a predicate:

      <% // This seems to work only in Opera, and crash Mozilla.
      // So print it only for Opera
      if ( WebRequestUtils.getBrowser(request)
      == WebRequestUtils.OPERA)

      { %> <p style="page-break-before: always;"> <% }

      %>

      I've run a test, and page-break-before: works in Internet Explorer 6 as well as Opera.
      """

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              7ee5c68a815f Jeff Turner
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: