mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-06 15:15:47 +02:00
Compare commits
4 Commits
293506ada7
...
ca05a0dbfc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca05a0dbfc | ||
|
|
5f4bfe1fb9 | ||
|
|
f26f984fa0 | ||
|
|
49a098cb5d |
@ -3290,7 +3290,7 @@ class ButtonWidgetAnnotation extends WidgetAnnotation {
|
||||
? this.data.fieldValue
|
||||
: "Yes";
|
||||
|
||||
const exportValues = normalAppearance.getKeys();
|
||||
const exportValues = this._decodeFormValue(normalAppearance.getKeys());
|
||||
if (exportValues.length === 0) {
|
||||
exportValues.push("Off", yes);
|
||||
} else if (exportValues.length === 1) {
|
||||
|
||||
@ -1029,7 +1029,7 @@ class Catalog {
|
||||
} else if (resultObj.action) {
|
||||
openAction.action = resultObj.action;
|
||||
}
|
||||
} else if (Array.isArray(obj)) {
|
||||
} else if (isValidExplicitDest(obj)) {
|
||||
openAction.dest = obj;
|
||||
}
|
||||
return shadow(
|
||||
|
||||
1
test/pdfs/issue19753.pdf.link
Normal file
1
test/pdfs/issue19753.pdf.link
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/user-attachments/files/19566810/PDFjs_fails_checkboxState.pdf
|
||||
@ -12114,5 +12114,14 @@
|
||||
"md5": "2abe67c8b34522feb6b85d252dde9d3e",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{
|
||||
"id": "issue19753",
|
||||
"file": "pdfs/issue19753.pdf",
|
||||
"md5": "6b1fe0af506860002a9411f5f0d6437f",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"forms": true,
|
||||
"link": true
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user