[XFA] A specific section is incorrectly pushed down to the next page
Categories
(Firefox :: PDF Viewer, defect, P2)
Tracking
()
People
(Reporter: danibodea, Unassigned)
References
Details
Attachments
(7 files)
Note
- When the user loads a specific PDF file in Adobe Reader and hen in Nightly and compares pages 5-6, he will notice that a section is incorrectly pushed down to the next page.
Affected versions
- Nightly v91.0a1
Affected platforms
- all
Preconditions
- Flip the "pdfjs.enableXfa" pref to true.
Steps to reproduce
- Launch browser.
- Load the attached PDF file.
- Scroll to pages 5-6.
Expected result
- The "Civil, Family and Tribunals:" section is displayed on page 5.
Actual result
- The "Civil, Family and Tribunals:" section is displayed on page 6.
Regression range
- Not a regression, but an implementation flaw.
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Comment 1•4 years ago
|
||
| Reporter | ||
Comment 2•4 years ago
|
||
| Reporter | ||
Comment 3•4 years ago
|
||
It may be important to notice that this "C3" note is also displayed where it's not supposed to and may be a cause in the original issue.
Comment 4•4 years ago
|
||
It's likely a layout issue (lr-tb) caused by a missing font (courier).
Updated•4 years ago
|
| Reporter | ||
Comment 5•4 years ago
|
||
This issue also occurs in the case of this PDF. The whole table is being pushed down to the 2nd page.
It is unknown whether the same issue as the original PDF file causes this behavior so it will be separately addressed if that's the case.
| Reporter | ||
Comment 6•4 years ago
|
||
Demo on PDF above.
| Reporter | ||
Comment 7•4 years ago
|
||
This issue can also be observed on the attached PDF; All data is pushed down to the second page. The first page is blank. Let us know if you want us to log a separate report for it.
| Reporter | ||
Comment 8•4 years ago
|
||
Demo for the PDF file above.
| Reporter | ||
Comment 9•4 years ago
|
||
After the last fix pushed:
- 702a3385-08d8-4297-ba20-1628fef3de14.pdf - still occurs!
- poppler-39826-0.pdf - appears FIXED.
- 20131122_114139_LG2U_A042BCF9A661752748257C2A00239E85.1.pdf - appears FIXED.
| Reporter | ||
Comment 10•4 years ago
|
||
Test results today:
-
702a3385-08d8-4297-ba20-1628fef3de14.pdf
** Nightly v92.0a1 - fixed
** Beta v91.0b6 - fixed -
poppler-39826-0.pdf
** Nightly v92.0a1 - fixed
** Beta v91.0b6 - fixed -
20131122_114139_LG2U_A042BCF9A661752748257C2A00239E85.1.pdf
** Nightly v92.0a1 - fixed
** Beta v91.0b6 - fixed
This is the change that fixed the issue of the first pfd:
Bug 1720361 - Update pdf.js to version 2.10.316 r=pdfjs-reviewers,calixte
Differential Revision: https://phabricator.services.mozilla.com/D119800
This is the change that fixed the issue of the last pfd:
Bug 1719380 - Update pdf.js to version 2.10.263 r=pdfjs-reviewers,marco
Differential Revision: https://phabricator.services.mozilla.com/D119237
Setting as fixed.
| Reporter | ||
Comment 11•4 years ago
|
||
Verified in Nightly v92.0a1 and Beta v91.0b6.
Updated•4 years ago
|
Updated•4 years ago
|
Description
•