Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Unable to print more than 1 page of a SPA #326

Open
Blackbaud-BrianBlanchard opened this issue Sep 17, 2020 · 2 comments
Open

Unable to print more than 1 page of a SPA #326

Blackbaud-BrianBlanchard opened this issue Sep 17, 2020 · 2 comments

Comments

@Blackbaud-BrianBlanchard

The expected behavior
When printing a SPA, the entire page or the content in the browser's current view should be printed.

The actual behavior
Only the top content on the SPA is printed (one page), regardless of where the user has scrolled to on the page.

Steps to reproduce
Open any existing SKYUX SPA that spans more than a single page. Go to print, notice only one page is printed. This is a regression from previous versions of SKYUX (prior to 3).

The severity
Low

The impact
Medium

@Blackbaud-BrianBlanchard
Copy link
Author

We've also found that adding this style to the SPA via developer tools seems to fix this issue

@media print { body { visibility: visibile; } }

@Blackbaud-SteveBrush
Copy link
Member

Confirmed this is an issue on Windows machines only.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants