-
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
Display background when printing or saving a text widget (issue #14928) #14929
Conversation
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.
The shorter number format in the written data, especially for integer values, is a nice bonus of these changes!
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/2797961af460b08/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/bce91eeea18c62f/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/2797961af460b08/output.txt Total script time: 25.88 mins
Image differences available at: http://54.241.84.105:8877/2797961af460b08/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/bce91eeea18c62f/output.txt Total script time: 31.11 mins
Image differences available at: http://54.193.163.58:8877/bce91eeea18c62f/reftest-analyzer.html#web=eq.log |
There's a bunch of movement that looks unrelated to these changes, but I think that we need to run tests (and makeref) separately first such that we don't miss anything in this PR. However, looking at the Windows results the |
There are a lot of errors:
and this property is read: |
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/fbde573692618db/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/e818f3b336c4d5d/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/e818f3b336c4d5d/output.txt Total script time: 19.41 mins
Image differences available at: http://54.241.84.105:8877/e818f3b336c4d5d/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/fbde573692618db/output.txt Total script time: 27.67 mins
Image differences available at: http://54.193.163.58:8877/fbde573692618db/reftest-analyzer.html#web=eq.log |
(It seems that Chrome timed-out on the Linux bot...) Are all of these changes consistent with printing from e.g. Adobe Reader? |
in Lines 1773 to 1774 in 3c877f9
Anyway I began to add the color values in annotationStorage when they're modified by JS. If you're ok I'll make these changes in an other PR. |
/botio-linux browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/8e5951ef4272478/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/8e5951ef4272478/output.txt Total script time: 21.66 mins
Image differences available at: http://54.241.84.105:8877/8e5951ef4272478/reftest-analyzer.html#web=eq.log |
I'll try to fix that in a follow-up. |
Yeah, this one is probably large enough already so that sounds good to me.
Unfortunately not, since it seems to be a web-platform limitation given that printing is synchronous. |
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/d89f8cf45d25b64/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 2 Live output at: http://54.193.163.58:8877/1b473334dfcda68/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/d89f8cf45d25b64/output.txt Total script time: 22.33 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/1b473334dfcda68/output.txt Total script time: 21.72 mins
|
No description provided.