jquery.js:5 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
send @ jquery.js:5
ajax @ jquery.js:5
executeCommand @ ingest.js:269
action @ ingest.js:428
dispatch @ jquery.js:4
r.handle
Steps to reproduce
Open the developer console in Chrome (in my case) and then monitor the various UI activities you perform for these responses from the client.
Your environment (version of Archivematica, operating system, other relevant details)
Archivematica qa/1.x. Running Chrome: Version 83.0.4103.
For Artefactual use:
Before you close this issue, you must check off the following:
[ ] All pull requests related to this issue are properly linked
[ ] All pull requests related to this issue have been merged
[ ] A testing plan for this issue has been implemented and passed (testing plan information should be included in the issue body or comments)
[ ] Documentation regarding this issue has been written and merged (if applicable)
[ ] Details about this issue have been added to the release notes (if applicable)
Expected behaviour
We should move away from deprecated functions where possible and we shouldn't see warnings in the web-browsers we're testing against.
Current behaviour
Monitoring the various console outputs this morning, I can see three from just the basic workflow:
Starting/approving:
Starting/approving a transfer also:
Selecting a storage location on the ingest tab:
Steps to reproduce
Open the developer console in Chrome (in my case) and then monitor the various UI activities you perform for these responses from the client.
Your environment (version of Archivematica, operating system, other relevant details)
Archivematica
qa/1.x
. Running Chrome:Version 83.0.4103.
For Artefactual use:
Before you close this issue, you must check off the following: