Merge pull request #13534 from calixteman/missing_page

XFA - Flush contents when breakBefore target is 'auto'
This commit is contained in:
Brendan Dahl 2021-06-10 13:17:20 -07:00 committed by GitHub
commit a3b0596cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View File

@ -4540,8 +4540,10 @@ class Template extends XFAObject {
this[$extra].breakingNode = null;
if (node.targetType === "auto") {
// Just ignore the break and do layout again.
i--;
html = root[$flushHTML]();
if (html) {
htmlContentAreas[i].children.push(html);
}
continue;
}

View File

@ -0,0 +1 @@
https://web.archive.org/web/20210610145227/https://www.hsbc.fr/content/dam/hsbc/fr/docs/pib/Cloture-Compte.pdf

View File

@ -2741,6 +2741,14 @@
"enableXfa": true,
"type": "eq"
},
{ "id": "hsbc_closure",
"file": "pdfs/xfa_hsbc_closure.pdf",
"md5": "7d101861d6232fe5f658e8aeca5c9891",
"rounds": 1,
"link": true,
"enableXfa": true,
"type": "eq"
},
{ "id": "xfa_imm1344e",
"file": "pdfs/xfa_imm1344e.pdf",
"md5": "f9b8b6e7d385691efdea2544576f5eb2",