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.
"""
jira.search.fullcontentview.pagebreaks = false
in WEB-INF/classes/jira-application.properties