Incorrect rendering in Firefox PDF viewer (check box issues)
Categories
(Firefox :: PDF Viewer, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | fixed |
firefox92 | --- | wontfix |
firefox93 | --- | wontfix |
firefox94 | --- | verified |
People
(Reporter: postmaster, Assigned: calixte)
References
(Regression)
Details
(Keywords: regression)
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Recent update to Firefox v.90 (as well as in FF dev. edition v.91) caused an issue to show all check boxes are UNCHECKED by default in built-in FF PDF viewer.
Actual results:
The PDF doc was generated programmatically on webserver side based on a blank PDF doc with acrofields (template). The result is all check boxes and radio buttons are unchecked by default giving a corrupted output, supposedly a built-in pdf.js is changed as well.
Expected results:
Some check boxes should be checked. FF PDF viewer gives blank check boxes, the output is normal in Google Chrome, MS Edge browsers and Acrobat Reader. Please see attached file test1.pdf.
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::PDF Viewer' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 2•4 years ago
|
||
This might be related to the other regression of bug 1693855: bug 1715476.
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
The checkbox has /AS /a.m
and /V /Off
which means that its appearance is checked (see /AS
) but its value is unchecked (see /V
).
It's a bit confusing... for reference:
- about
V
: https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf#page=447 - about
AS
: https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/PDF32000_2008.pdf#page=391
I opened this pdf in all the different pdf readers I have (acrobat included) and all of them except pdf.js are showing a checked checkbox. So it seems that AS
matters first... and the documentation about V
is a bit unclear for me, I mean I've the impress that V
is just a dup of AS
so why having it....
Comment 4•4 years ago
|
||
Comment 5•4 years ago
|
||
Setting severity to S3 because a possible workaround exists.
Comment 6•4 years ago
|
||
Comment 7•4 years ago
|
||
It's not clear to me if this issue is fixed in pdf.js and if it is, if a new pdf.js release was done and shipped in Firefox. Calixte can you shed some light on this? Thanks
Assignee | ||
Comment 8•4 years ago
|
||
The patch has been merged upstream but we didn't release a new version for now (the meta bug which tracks release is https://bugzilla.mozilla.org/show_bug.cgi?id=1626408).
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 9•4 years ago
|
||
I was able to reproduce the issue on Beta 91.0.
Verified as fixed on Windows 10/Ubuntu/Mac 10.15 using Beta (94.0b5).
Verified as fixed on Windows 10/Ubuntu using Nightly (95.0a1- 20211014).
Updated•4 years ago
|
Updated•4 years ago
|
Description
•