#1963 - Rewrite form submission as explicit rather than than using onsubmit, when JS enabled - and other changes

Identifier #1963
Issue type Feature request or suggestion
Title Rewrite form submission as explicit rather than than using onsubmit, when JS enabled - and other changes
Status Completed
Tags

Type: Standards compliance (custom)

Handling member Salman
Addon core
Description Browsers are deprecating synchronous AJAX, which means we can no longer do form validation with server-side checks as a part of onsubmit handling.

Instead we will have to make a click initiate checks then submit the form itself when done.

That means major re-architecting.

Additionally there other cases where we are using synchronous AJAX for safety reasons and we may need to implement JavaScript modality and progress spinners to handle this, as a safe alternative.
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated