-
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
[JS] Fix several issues found in pdf in #13269 #13274
Conversation
calixteman
commented
Apr 20, 2021
- app.alert and few other function can use an object as parameter ({cMsg: ...});
- support app.alert with a question and a yes/no answer;
- update field siblings when one is changed in an action;
- stop calculation if calculate is set to false in the middle of calculations;
- get a boolean for checkboxes when they've been set through annotationStorage instead of a string.
/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/7d63daa0a615576/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/b126448751a821e/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/7d63daa0a615576/output.txt Total script time: 25.35 mins
Image differences available at: http://54.67.70.0:8877/7d63daa0a615576/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/b126448751a821e/output.txt Total script time: 28.89 mins
Image differences available at: http://3.101.106.178:8877/b126448751a821e/reftest-analyzer.html#web=eq.log |
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.67.70.0:8877/c25822e7329cfd5/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://3.101.106.178:8877/3fe184549e7d3c9/output.txt |
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 1 Live output at: http://54.67.70.0:8877/6f1605247dc9e6c/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 1 Live output at: http://3.101.106.178:8877/f8783178131e648/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/c25822e7329cfd5/output.txt Total script time: 4.24 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/3fe184549e7d3c9/output.txt Total script time: 5.96 mins
|
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/6f1605247dc9e6c/output.txt Total script time: 3.96 mins
|
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/f8783178131e648/output.txt Total script time: 5.18 mins
|
- app.alert and few other function can use an object as parameter ({cMsg: ...}); - support app.alert with a question and a yes/no answer; - update field siblings when one is changed in an action; - stop calculation if calculate is set to false in the middle of calculations; - get a boolean for checkboxes when they've been set through annotationStorage instead of a string.
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/da18a0c5abe5348/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/e2eca412e78474e/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/da18a0c5abe5348/output.txt Total script time: 4.22 mins
|
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/e2eca412e78474e/output.txt Total script time: 6.00 mins
|