-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 10.10
-
Fix Version/s: None
-
Component/s: UI
-
Tags:
-
Backlog priority:550
-
Upgrade notes:
-
Sprint:UI - 2021-02, UI - 2021-03, UI - 2021-04
With some given PDF files:
- browse a PDF in a tab
- open a new browser tab
- browse the other PDF
- rotate one of the PDF
- refresh the other tab (<F5> or <Ctrl-R>) => watch the other PDF is also rotated
Expected result: independence of the browser tab when viewing PDFs
- is caused by
-
ELEMENTS-1248 Upgrade PDF.js to v2.6.347
- Resolved
The problem here is that the two PDF files have the same ID on the trailer part of the document, which means that one of the PDFs must be corrupted. The ID, is present, must be unique (see spec for PDF 32000-1 page 51 (in document 43)), where it reads:
To reproduce, open both PDFs on a text editor, go to the bottom, and check for the /ID.
This is a feature of pdf.js and is working according to the standard.