Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing in firefox is broken due to flexbox #1211

Closed
abulgatz opened this issue Jan 9, 2019 · 2 comments
Closed

Printing in firefox is broken due to flexbox #1211

abulgatz opened this issue Jan 9, 2019 · 2 comments

Comments

@abulgatz
Copy link
Contributor

abulgatz commented Jan 9, 2019

Describe the bug
Printing in Firefox is truncated and only prints the first page of content.

The is likely due to flexbox and this Firefox bug.

A workaround would be to apply display: block to the main content elements in the print CSS.

Steps To Reproduce
Steps to reproduce the behavior:

  1. Open Firefox
  2. Go to any content page in Bookstack that is long enough to print on multiple pages
  3. Print the page
  4. Only the first page prints

Expected behavior
The entire document should print.

@ssddanbrown
Copy link
Member

Thanks for reporting @abulgatz. Should be a fairly easy fix so assigned to the next patch release.

@ssddanbrown
Copy link
Member

ssddanbrown commented Jan 19, 2019

Fix applied, Will be in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants