[XFA] A table is displayed on 2 pages and its alignment is broken
Categories
(Firefox :: PDF Viewer, defect, P1)
Tracking
()
People
(Reporter: danibodea, Assigned: calixte)
References
Details
Attachments
(2 files)
Note
- When the user loads a specific PDF file in Adobe Reader and then in Nightly and compares pages 2-3, he will notice that a table is incorrectly displayed on both pages and also shows alignment issues.
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 2-3.
Expected result
- A table is displayed on page 2 and its alignment is correct.
Actual result
- The table is displayed on 2 pages and its alignment is broken.
Regression range
- Not a regression, but an implementation flaw.
Reporter | ||
Comment 1•3 years ago
|
||
Reporter | ||
Comment 2•3 years ago
|
||
I have to mention that there are other severe alignments and overlapping issues in this PDF. I will not log other issues for them because they are probably caused by the same problem. We will recheck it after a fix.
Assignee | ||
Comment 3•3 years ago
|
||
There are different issues in this pdf and most of them are fixed upstream.
But there are some layout issues due to the use of the deprecated break
element (which has been replaced by breakAfter
and breakBefore
).
Comment 4•3 years ago
|
||
Still reproducible.
Updated•3 years ago
|
Reporter | ||
Comment 6•3 years ago
|
||
Mozregression results when attempting to find fix:
2021-07-08T17:19:19.590000: DEBUG : Found commit message:
Bug 1719380 - Update pdf.js to version 2.10.263 r=pdfjs-reviewers,marco
Differential Revision: https://phabricator.services.mozilla.com/D119237
2021-07-08T17:19:19.590000: DEBUG : Did not find a branch, checking all integration branches
2021-07-08T17:19:19.592000: INFO : The bisection is done.
2021-07-08T17:19:19.594000: INFO : Stopped
Please set the status accordingly. Thank you.
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Description
•