Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.2.2
-
Fix Version/s: 2.2.3
-
Component/s: Core CiviCRM
-
Labels:None
Description
From: http://forum.civicrm.org/index.php/topic,7456.0.html
If there is a lot of information (e.g. many custom fields) and contact record print view spans over multiple pages, only the first page is visible in print preview, the rest of pages are empty. That's most probably connected to Firefox problem with proper handling of overflow: auto in print (problem doesn't exist in Safari or MSIE).
The fix is to potentially override overflow: auto with overflow: dispay for print media.
This issue will be fixed during work on CiviCRM layout redesign (http://wiki.civicrm.org/confluence/display/CRM/Usability+-+Layout+and+CSS)