Closed
Bug 1855157
Opened 1 year ago
Closed 1 year ago
Cannot save a pdf with added text, image and alt text
Categories
(Firefox :: PDF Viewer, defect, P1)
Tracking
()
VERIFIED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox118 | --- | disabled |
firefox119 | --- | verified |
firefox120 | --- | verified |
People
(Reporter: calixte, Assigned: calixte)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
- open a pdf;
- add some text;
- add an image and an alt text
- save it.
Nothing is saved.
It's a regression from bug 1854348 and especially:
https://github.com/mozilla/pdf.js/pull/16938
and:
https://github.com/mozilla/pdf.js/pull/16938/files#diff-1bcdf33154f754078d7eff4ac8b496e5fc7b2813faaee0f264fc9e0667aee132R316
We must check that the annotation data has a property accessibilityData
which is not the case here for the Freetext annotation.
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → affected
Keywords: regression
Regressed by: 1854348
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
Updated•1 year ago
|
status-firefox118:
--- → disabled
status-firefox-esr115:
--- → unaffected
Comment 3•1 year ago
|
||
This issue is Verified as fixed in our latest Nightly build 20230927090241. We can now save Pdfs with multiple added images with Alt text, separate text and drawings.
Comment 4•1 year ago
|
||
Fixed in 119 by the uplift of bug 1855146 (https://hg.mozilla.org/releases/mozilla-beta/rev/f43f15541c5b).
You need to log in
before you can comment on or make changes to this bug.
Description
•