-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Ensure that the field value, for checkboxes, refers to an existing appearance state (bug 1720411) #13735
Conversation
@Snuffleupagus do you know what caused the regression? |
Are we sure that this actually is a regression, since there wasn't an exact regression range provided in the bug (and I've not had time to actually bisect it)? However, assuming that it's a regression, a potential candidate would be PR #13274 since the changes in https://github.com/mozilla/pdf.js/pull/13274/files#diff-d7b040092cf6be09a276b785ba03c46e79bc8342cf4ae4fb1bc139dea8513425R931-R935 are unlikely to work all that well with broken/corrupt PDF documents that contain empty I suppose that we could also have added a work-around on the main-thread, however it seems to me that trying to reference a non-existent appearance state isn't generally correct; at least that's how I'm reading the PDF specification:
|
All right, I'm running mozregression to double check! |
https://bugzilla.mozilla.org/show_bug.cgi?id=1711106 is the cause, so I guess it's #13274 like you suggested. |
0265310
to
526b664
Compare
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/1eed811855ee271/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/e18b13ca43b3a9b/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/1eed811855ee271/output.txt Total script time: 32.30 mins
Image differences available at: http://54.67.70.0:8877/1eed811855ee271/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/e18b13ca43b3a9b/output.txt Total script time: 38.06 mins
Image differences available at: http://3.101.106.178:8877/e18b13ca43b3a9b/reftest-analyzer.html#web=eq.log |
526b664
to
da808ae
Compare
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/e307ca86890d83f/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/e307ca86890d83f/output.txt Total script time: 5.29 mins Published |
Thank you for fixing this! /botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/9284e253767b953/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @timvandermeij received. Current queue size: 1 Live output at: http://3.101.106.178:8877/2834d5a8c796282/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/9284e253767b953/output.txt Total script time: 29.32 mins
|
From: Bot.io (Windows)SuccessFull output at http://3.101.106.178:8877/2834d5a8c796282/output.txt Total script time: 34.60 mins
|
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1720411