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:
parent
683ce66a48
commit
1d07ef597e
2 changed files with 47 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue