You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration:
Firefox 46.0.1
Ubuntu version 15.10
PDF JS - 1.1.469
Steps to reproduce the problem:
Open a pdf file go to second page.
Reload page (he should be on the second page is ok)
Move Scroll up you have to see the Blank page wich is always in loading
What is the expected behavior?
The PDF document has 2 pages, if point is saved to second page, and you go back to the last opened document, he show you directly second page and it looks ok.
The problem is on the first page which is not displaied, always stay loader to load page
The text was updated successfully, but these errors were encountered:
This should already have been fixed by PR #6551.
Please update PDF.js to the latest version, since the version you are using is quite out of date.
Closing as fixed for now. (We can re-open this issue if the problem persists in the latest version of PDF.js, and if the problematic PDF file is supplied.)
InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable
https://localhost/popcompta_apps/public/global/js/pdfjs/pdf.js
Line 5072
this.ctx.drawImage(groupCtx.canvas, 0, 0);
Configuration:
Firefox 46.0.1
Ubuntu version 15.10
PDF JS - 1.1.469
Steps to reproduce the problem:
What is the expected behavior?
The PDF document has 2 pages, if point is saved to second page, and you go back to the last opened document, he show you directly second page and it looks ok.
The problem is on the first page which is not displaied, always stay loader to load page
The text was updated successfully, but these errors were encountered: