1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

XFA - Must use bindItems element even if there is no direct binding (bug 1720907)

This commit is contained in:
Calixte Denizet 2021-07-20 17:05:24 +02:00
parent 683ce66a48
commit 1d07ef597e
2 changed files with 47 additions and 0 deletions

View file

@ -616,6 +616,8 @@ class Binder {
dataNode[$appendChild](match);
// Don't bind the value in newly created node because it's empty.
this._setProperties(child, match);
this._bindItems(child, match);
this._bindElement(child, match);
continue;
}