Add page breaks in Full Content view for IE

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 3.2
    • Affects Version/s: 2.6.1 Pro
    • Component/s: None
    • 2.06

      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.
      """

              Assignee:
              Unassigned
              Reporter:
              Jeff Turner
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: