Bug 206323 - Printing information does not fit between the lines ( Printing Ring Binders option)
Summary: Printing information does not fit between the lines ( Printing Ring Binders o...
Status: VERIFIED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-05 06:26 UTC by Sabine Faure
Modified: 2009-09-16 20:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sabine Faure 2009-09-05 06:26:09 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Configure Akonadi with an IMAP and Kolab resource.
- Launch Kaddressbook
- Create a couple of Contacts and select them
- Go to File menu/Print...
- Select 'Print to File (PDF)'
- Choose a name and a location for the .PDF file
- Click on 'Print'
- Check the 'Selected contacts' QToolButton
- Click on 'Next' 
- Select 'Printout for Ring Binders' from the Print Style combo box
- Click on 'Next'
- Click on 'Finish'

Open the .pdf you've just printed. In it you can see that the Contacts information does not fit within the lines.

Trunk, Svn Rev 1019588
Comment 1 Tobias Koenig 2009-09-16 14:28:17 UTC
SVN commit 1024355 by tokoe:

Replaced hand crafted printing code with HTML based code.
This fixes the layout issues that appeared after porting.

BUG: 206323


 M  +2 -142    rbs_appearance.ui  
 M  +92 -410   ringbinderstyle.cpp  
 M  +3 -34     ringbinderstyle.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1024355
Comment 2 Sabine Faure 2009-09-16 20:31:59 UTC
It is corrected now.

The Contacts' information fits between the lines when printing using the Ring Binders option.

Trunk, Svn Rev 1024362