Compare commits

..

No commits in common. "ca05a0dbfc543ce1edbd0bd610085a8efcb46ed2" and "293506ada7c98fb3b46ec01b373f9fd391c587c8" have entirely different histories.

4 changed files with 2 additions and 12 deletions

View File

@ -3290,7 +3290,7 @@ class ButtonWidgetAnnotation extends WidgetAnnotation {
? this.data.fieldValue
: "Yes";
const exportValues = this._decodeFormValue(normalAppearance.getKeys());
const exportValues = normalAppearance.getKeys();
if (exportValues.length === 0) {
exportValues.push("Off", yes);
} else if (exportValues.length === 1) {

View File

@ -1029,7 +1029,7 @@ class Catalog {
} else if (resultObj.action) {
openAction.action = resultObj.action;
}
} else if (isValidExplicitDest(obj)) {
} else if (Array.isArray(obj)) {
openAction.dest = obj;
}
return shadow(

View File

@ -1 +0,0 @@
https://github.com/user-attachments/files/19566810/PDFjs_fails_checkboxState.pdf

View File

@ -12114,14 +12114,5 @@
"md5": "2abe67c8b34522feb6b85d252dde9d3e",
"rounds": 1,
"type": "eq"
},
{
"id": "issue19753",
"file": "pdfs/issue19753.pdf",
"md5": "6b1fe0af506860002a9411f5f0d6437f",
"rounds": 1,
"type": "eq",
"forms": true,
"link": true
}
]