-
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
Fix saving of XFA checkboxes. (bug 1726381) #13933
Conversation
Previously were were always setting the storage value to the on value.
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/1a39370a448366e/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/1a39370a448366e/output.txt Total script time: 5.16 mins Published |
/botio xfatest |
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.
This looks reasonable as far as I understand, and in my (manual) testing it seems to work nicely; thank you!
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/93ce6e58033d079/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @timvandermeij received. Current queue size: 0 Live output at: http://3.101.106.178:8877/2fcc21e50c152f2/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/93ce6e58033d079/output.txt Total script time: 4.49 mins
|
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/2fcc21e50c152f2/output.txt Total script time: 6.78 mins
|
Looks good to me too. Thank you! |
Previously were were always setting the storage value to the on value.
I'd like to add a test for this, but it's proving difficult to intercept the save file. My plan is to add a mozilla central test since we already have some tests for saving acroforms there.