GNOME Bugzilla – Bug 545462
Printing of contacts is weird
Last modified: 2011-02-04 07:21:20 UTC
After a bit of improvements in bug #211267, there are still some issues when printing contacts, namely: a) page numbering b) when there are long lines, they are not wrapped, so text overlap to the other column c) when printing contact to the bottom of the page, then there are not shown all the information from the contact (probably depends on number of lines of the contact to be printed, but I didn't investigate this further).
other contact printing bug 475580 , bug 416668 , bug 451370
looks bug 206142 covers most of the issues
*** Bug 582527 has been marked as a duplicate of this bug. ***
Created attachment 160487 [details] [review] Patch Covering Issues in Printing of Contacts Added the code for following Issues in Printing of Contacts + Added Page Numbering + Wrapping of lines + Proper Display of Contact details (No Informaion is cut). + Uniform Column width in list view + Extra space on right of page is removed in list view + adjusted Height for displaying contact as per page + Information is completely displayed in each column + Font Size is reduced + Proper Display of Contacts in Grouped View.etc
Comment on attachment 160487 [details] [review] Patch Covering Issues in Printing of Contacts Reviewed and committed to master. Some issues that remain to be addressed, 1) Arranging the fields depending on the size for each column to optimize the printing. 2) Page number out of the table in some cases. Nice work.
Comment on attachment 160487 [details] [review] Patch Covering Issues in Printing of Contacts Committed to master.