Missing data from table
Categories
(Firefox :: PDF Viewer, defect, P1)
Tracking
()
People
(Reporter: rpopovici, Assigned: calixte)
References
Details
Attachments
(6 files)
Tested with:
Nightly 91.0a1 (2021-06-22)
Tested on:
Win 10
Preconditions:
In about:config, set pdfjs.enableXfa = true
Steps:
- Launch firefox
- Open the attached PDF
Actual result:
No data in table is displayed
Expected result:
A table with data should be displayed
| Reporter | ||
Comment 1•4 years ago
|
||
| Reporter | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
There are 2 issues in this pdf:
- the data (from dataset entry) are not correctly got because the root subform has no name when the root from data has one.
- the elements in table are rendered thanks to tb layout but a
keepelement prevents the table to be splited on several pages but because that stuff is no correctly handled we've a infinite loop (which is broken at some point to avoid it).
Anyway the first issue is addressed in:
https://github.com/mozilla/pdf.js/pull/13618
Comment 4•4 years ago
|
||
Comment 5•4 years ago
|
||
This is still problematic, the only content in the PDF now is the American Film Institute Lists text.
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Hi,
Also here the most of the text is missing.
| Assignee | ||
Comment 7•4 years ago
|
||
:Alin Ilea, it's likely another problem.
Could file a new bug (same product/component) and attached the pdf ?
Comment 8•4 years ago
|
||
@Calixte, sure, here is the new bug for comment 6 issue:
https://bugzilla.mozilla.org/show_bug.cgi?id=1718725
Thanks!
Comment 9•4 years ago
|
||
Updated•4 years ago
|
Comment 10•4 years ago
|
||
I can confirm the fix in Nightly v91.0a1 from 2021-07-07.
The table.pdf document displays even better than Adobe Reader.
(FYI comment 3, the table is properly split into pages, also.)
Description
•