Open
Bug 1726376
Opened 3 years ago
Updated 3 years ago
[XFA] An extra empty page is shown in print preview
Categories
(Firefox :: PDF Viewer, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | unaffected |
firefox91 | --- | unaffected |
firefox92 | --- | disabled |
firefox93 | --- | wontfix |
firefox94 | --- | wontfix |
People
(Reporter: danibodea, Unassigned)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [pdfjs-printing] )
Attachments
(1 file)
1.44 MB,
application/pdf
|
Details |
Note
- When the user loads a specific PDF file and prints it, he will notice that the browser's printed version adds an extra empty page to the bottom.
Affected versions
- Nightly v92.0b5
Affected platforms
- all
Steps to reproduce
- Launch browser.
- Flip "pdfjs.enableXfa" to true.
- Load the attached PDF file.
- Notice the number of pages it has; Then Ctrl + P
- Scroll to the bottom of the print preview.
Expected result
- The print preview has the same number of pages as the document itself. It has no empty pages at the end.
Actual result
- The print preview has an extra page as the document itself. An empty page is observed at the bottom.
Regression range
- This is a regression of:
Bug 1724461 - Update pdf.js to version 2.11.91 r=pdfjs-reviewers,calixte
Differential Revision: https://phabricator.services.mozilla.com/D122023
Additional information
- Appears to be a general issue.
Updated•3 years ago
|
Updated•3 years ago
|
Reporter | ||
Comment 1•3 years ago
|
||
New information about this issue is that the extra empty page appears in print preview on ALL tested PDF forms and, more importantly, when physically printing them, the extra page is not being output. It only shows in print preview.
Reporter | ||
Updated•3 years ago
|
QA Whiteboard: [pdf_xfa_generic]
Updated•3 years ago
|
Priority: -- → P3
Updated•3 years ago
|
status-firefox94:
--- → wontfix
Updated•3 years ago
|
Whiteboard: [pdfjs-c-printing]
This is a regression from https://github.com/mozilla/pdf.js/pull/13852
And this PR is related to https://bugzilla.mozilla.org/show_bug.cgi?id=1723705, which is reopened.
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Whiteboard: [pdfjs-c-printing] → [pdfjs-printing]
You need to log in
before you can comment on or make changes to this bug.
Description
•