mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
XFA - Elements created outside of XML must have all their properties (bug 1722029)
- an Image element was created, attached to its parent but the $globalData property was not set and that led to an error. - the pdf in bug 1722029 has 27 rendered rows (checked in Acrobat) when only one was displayed: this patch some binding issues around the occur element.
This commit is contained in:
parent
777d890268
commit
959120e6c9
5 changed files with 98 additions and 34 deletions
1
test/pdfs/xfa_bug1722029.pdf.link
Normal file
1
test/pdfs/xfa_bug1722029.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://bugzilla.mozilla.org/attachment.cgi?id=9233058
|
|
@ -952,6 +952,14 @@
|
|||
"enableXfa": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "xfa_bug1722029",
|
||||
"file": "pdfs/xfa_bug1722029.pdf",
|
||||
"md5": "d8dd6bb20599fc777b4c7ff7b74dd5e3",
|
||||
"link": true,
|
||||
"rounds": 1,
|
||||
"enableXfa": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "xfa_bug1721600",
|
||||
"file": "pdfs/xfa_bug1721600.pdf",
|
||||
"md5": "5f514f476169eeb7254da380a8db495a",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue