-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
XFA - Fix layout issues #13566
XFA - Fix layout issues #13566
Conversation
calixteman
commented
Jun 16, 2021
- PR XFA - Add support for overflow element #13554 is buggy, so this patch aims to fix bugs.
- check if a component fits into its parent in taking into account the parent layout.
- introduce method isSplittable for template nodes to know if a component can be splitted in case of overflow.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/c69032eb18ac04d/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://3.101.106.178:8877/84c03c655921fb7/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/c69032eb18ac04d/output.txt Total script time: 27.48 mins
Image differences available at: http://54.67.70.0:8877/c69032eb18ac04d/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/84c03c655921fb7/output.txt Total script time: 30.66 mins
Image differences available at: http://3.101.106.178:8877/84c03c655921fb7/reftest-analyzer.html#web=eq.log |
Something is wrong on |
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 2 Live output at: http://3.101.106.178:8877/47dc048e84a36d5/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 1 Live output at: http://54.67.70.0:8877/f590050575b9dae/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/f590050575b9dae/output.txt Total script time: 27.08 mins
Image differences available at: http://54.67.70.0:8877/f590050575b9dae/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/47dc048e84a36d5/output.txt Total script time: 31.58 mins
Image differences available at: http://3.101.106.178:8877/47dc048e84a36d5/reftest-analyzer.html#web=eq.log |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/217720c68c5ae06/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://3.101.106.178:8877/b76b6de51371a91/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/217720c68c5ae06/output.txt Total script time: 27.05 mins
Image differences available at: http://54.67.70.0:8877/217720c68c5ae06/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/b76b6de51371a91/output.txt Total script time: 32.12 mins
Image differences available at: http://3.101.106.178:8877/b76b6de51371a91/reftest-analyzer.html#web=eq.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make sure the differences in firefox-xfa_annual_voting_survey
are expected?
And can you double check the differences in firefox-xfa_imm1295e-page2
?
- PR mozilla#13554 is buggy, so this patch aims to fix bugs. - check if a component fits into its parent in taking into account the parent layout. - introduce method isSplittable for template nodes to know if a component can be splitted in case of overflow.
/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/7ae011794fd97cd/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/0201ace542947ce/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/7ae011794fd97cd/output.txt Total script time: 27.40 mins
Image differences available at: http://54.67.70.0:8877/7ae011794fd97cd/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/0201ace542947ce/output.txt Total script time: 30.51 mins
Image differences available at: http://3.101.106.178:8877/0201ace542947ce/reftest-analyzer.html#web=eq.log |
/botio makeref |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/7cb4a199fd73980/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/6cb8be8bb39aa22/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/6cb8be8bb39aa22/output.txt Total script time: 24.40 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/7cb4a199fd73980/output.txt Total script time: 28.24 mins
|