-
Notifications
You must be signed in to change notification settings - Fork 10.3k
XFA - Handle correctly subformSet #13547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
calixteman
commented
Jun 11, 2021
- it aims to avoid to loop forever when opening pdf in CERFA 12156*05 (pdf with forms) asks to be opened with Adobe reader #13213;
- the idea is to consider subformSet as inexistent when running in the tree. So if we've subformA > subformSet > subformB then subformB will be visited as a direct child of subformA.
- it aims to avoid to loop forever when opening pdf in mozilla#13213; - the idea is to consider subformSet as inexistent when running in the tree. So if we've subformA > subformSet > subformB then subformB will be visited as a direct child of subformA.
There few errors when rendering the pdf: I'll fix them in some follow-up. |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/b8701834ea08cb8/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/4cf145857862d85/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/b8701834ea08cb8/output.txt Total script time: 26.86 mins
Image differences available at: http://54.67.70.0:8877/b8701834ea08cb8/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/4cf145857862d85/output.txt Total script time: 30.46 mins
Image differences available at: http://3.101.106.178:8877/4cf145857862d85/reftest-analyzer.html#web=eq.log |
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/559b58d18da3880/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 1 Live output at: http://3.101.106.178:8877/8400a871578fdf0/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/559b58d18da3880/output.txt Total script time: 23.79 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/8400a871578fdf0/output.txt Total script time: 27.87 mins
|