Roundcube Community Forum

Release Support => Pending Issues => Topic started by: LJERB on October 06, 2020, 01:15:32 PM

Title: Having an e-mail/print issue. heaer and body print on separate pages.
Post by: LJERB on October 06, 2020, 01:15:32 PM
Has anyone had this problem?  Having an e-mail/print issue. When printing an email lately, most times the header (To/From/Subject) will print on one page then the body of the email will print on a new page.
Title: Re: Having an e-mail/print issue. heaer and body print on separate pages.
Post by: JohnDoh on October 06, 2020, 03:01:33 PM
This has been fixed in 1.4.9 see https://github.com/roundcube/roundcubemail/issues/7604
Title: Re: Having an e-mail/print issue. heaer and body print on separate pages.
Post by: sw2090 on January 18, 2021, 09:09:28 AM
https://github.com/roundcube/roundcubemail/commit/f0084b6f54cf3945f238abc1154d3c85bce5567f is the corresponding pull request.

 It shows the fix itself. The Pull request was merget into master with v1.4.9 as written by JohnDoh.
Accoarding to the comments in that issue mentioned above it was some css parser issue.

If you still run an older version of roundcube and cannot simply upgrade to 1.4.9 you could backport the fix from the pull request. It shows in which file which lines were changed.
I backported it into our roundcube here which is still at 1.2.2 and it works fine now.