Printing conversation margin cuts off characters from lines that wrap

Description

If you choose to print a conversation - right click in conversation window and click "Print" - on the printout, the last few characters from lines that wrap get cut off by the margin.

Environment

None

Attachments

1

Activity

Show:

wroot May 3, 2015 at 9:17 PM

Applied patch by Daniel Geronimos

wroot December 30, 2011 at 8:31 PM

Attaching patch by Daniel Geronimos

Daniel Geronimos December 28, 2011 at 8:46 PM

I edited a function in ChatPrinter.java to reflect the "new" way of printing in java 5+. I replaced this function as follows:
public void print(JEditorPane jedPane) {
try {
jedPane.print();
}
catch(java.awt.print.PrinterException pe)
{
System.err.printf("Error: %s!\n",pe.toString());
}
}

It prints nicely now. Can anyone update the 2.6.3 installer? Thanks!

Daniel Geronimos December 27, 2011 at 3:39 PM

Still not fixed.

Todd Getz January 3, 2008 at 5:49 AM

This is still an issue in 2.5.8

Fixed

Details

Priority

Assignee

Reporter

Affects versions

Fix versions

Ignite Forum URL

Created October 24, 2007 at 12:21 AM
Updated October 28, 2020 at 1:44 PM
Resolved May 3, 2015 at 9:17 PM