Barcode is incorrectly rendered in PDF viewer
Categories
(Firefox :: PDF Viewer, defect)
Tracking
()
People
(Reporter: vsangerean, Unassigned)
References
Details
Found in
Firefox 103.0
Affected versions
Firefox 103.0
Firefox 104.0a1
Affected platforms
Windows 10
macOS 12.0
Ubuntu 20
Steps to reproduce
Launch Firefox
Go to https://pdf.ninja/interactiveform_enabled.pdf and scroll to the second page
Expected result
The barcode lines are visible
Actual result
The barcode lines are replaced by a string of "0"
Regression range
Will see for a regression
| Reporter | ||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
:vsangerean, if you think that's a regression, could you try to find a regression range using for example mozregression?
Comment 2•3 years ago
|
||
Regression window:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=06e4f8547d78187f934074b2b4ff4d4d4d12efd5&tochange=f46205a42faecda0e5a73bdcde0a8e1caa0126d9
Suspect: Bug 1658934
Comment 3•3 years ago
|
||
The culprit is:
#12201 Enable renderInteractiveForms by default
so it isn't really a regression.
It never works correctly because in the text field we don't use the font as it's in the pdf but the default font for input.
| Reporter | ||
Updated•3 years ago
|
Description
•