We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4b6464 + 516aea5 commit ec71e4eCopy full SHA for ec71e4e
3 files changed
src/core/xfa/template.js
@@ -3899,7 +3899,7 @@ class Occur extends XFAObject {
3899
attributes.max !== ""
3900
? getInteger({
3901
data: attributes.max,
3902
- defaultValue: 1,
+ defaultValue: -1,
3903
validate: x => true,
3904
})
3905
: "";
test/pdfs/xfa_bug1998843.pdf.link
@@ -0,0 +1 @@
1
+https://bugzilla.mozilla.org/attachment.cgi?id=9525217
test/test_manifest.json
@@ -13075,5 +13075,15 @@
13075
"type": "extract",
13076
"includePages": [0],
13077
"pageMapping": { "1": 1 }
13078
+ },
13079
+ {
13080
+ "id": "xfa_bug1998843",
13081
+ "file": "pdfs/xfa_bug1998843.pdf",
13082
+ "md5": "b7b25e5b05b2b903d0a6727c9f962a91",
13083
+ "link": true,
13084
+ "rounds": 1,
13085
+ "enableXfa": true,
13086
+ "lastPage": 1,
13087
+ "type": "eq"
13088
}
13089
]
0 commit comments