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
Add more than 50 documents to a folder, some must be pdf:s
Switch to filmstrip view
View a pdf
Switch to view a non pdf documents
Try to use document list paginator
Expected: Navigate to next page
Actual: PdfJs picks up the navigation request and errors out since there is no pdf loaded, and the page requested doesn't exist.
The text was updated successfully, but these errors were encountered:
Just add code that checks if page number picked up from hash is larger than actual pages in pdf. If so, reset to highest available page number.
I've tested the last option, this works, but if you are on page > 1 in the page listings, the display of the pdf starts on a page other than first page.
Further review of the issue and my conclusion is that we should disable the link button for all pages other than document details (or by configuration as in issue #12). For document library it is not possible to link to an individual file so that it is the one displayed in filmstrip view.
To reproduce
Expected: Navigate to next page
Actual: PdfJs picks up the navigation request and errors out since there is no pdf loaded, and the page requested doesn't exist.
The text was updated successfully, but these errors were encountered: