New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-4226
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Jeff Turner [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Add page breaks in Full Content view for IE

Created: 16/Aug/04 10:19 PM   Updated: 30/Jul/06 07:37 PM
Component/s: Web interface
Affects Version/s: 2.6.1 Pro
Fix Version/s: 3.2

Time Tracking:
Not Specified

Issue Links:
Duplicate
 
Reference
 

Participants: Jeff Turner [Atlassian]
Since last comment: 3 years, 16 weeks, 3 days ago
Resolution Date: 06/May/05 01:44 AM
Labels:


 Description  « Hide
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.
"""



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jeff Turner [Atlassian] added a comment - 06/May/05 01:44 AM
The CSS page-break is now enabled for all browsers by default, as Mozilla 1.7.6 and Firefox 1.0 don't crash. Page-breaks can be disabled by setting:

jira.search.fullcontentview.pagebreaks = false

in WEB-INF/classes/jira-application.properties