-
Bug
-
Resolution: Fixed
-
Medium
-
2.6.1 Pro
-
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)
%>
I've run a test, and page-break-before: works in Internet Explorer 6 as well as Opera.
"""
- is duplicated by
-
JRASERVER-3094 Print of full content incorrect
- Closed
-
JRASERVER-3645 Full content will not print one issue per page
- Closed
-
JRASERVER-5324 full content report does not print issue per page in IE6
- Closed
- relates to
-
JRASERVER-8115 Add option to disable CSS pagebreaks in full content view
- Closed