Printing only prints the first page

When printing a page that is longer than one sheet of paper, it cuts off after the first page. I have seen this issue posted over a year ago on here and I’m experiencing it too. I suspect everyone else will be because it’s on all my X installations.

It doesn’t matter which computer, browser or printer, and it doesn’t even matter if I choose to print to pdf - I think it’s the css that is stopping anything beyond page 1 printing but I can’t manage to find it. It doesn’t matter whether I have added anything within @media print or not and it doesn’t appear to be plugin-related either.

[Edit] Something within the css by Andreas Hecht fixes the issue but I haven’t narrowed it down, I simply added all of it as an @media print rule and it will now print all the pages. It’s definitely something you need to fix in the next release.

Hey Paul,

We are just glad that you have figured it out a way to correct the said issue.
This has been added to our enhancement lists also.

Best Regards.

Just to add to this, I found that whatever I was doing with that extra code was ok for Chrome but Firefox has some printing issues and would not go past the first page. The solution, however appears to be much simpler… so ignore the Edit in my above post, this just needs adding within @media print

.x-root {
	display: block;
}

Hope this helps someone because it’s driven me insane for the past few hours!

Hey Paul,

Thanks for sharing the solutions. Much appreciated!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.