Skip to content

Fix missing form submit suppression#1

Open
WGH- wants to merge 1 commit into
seclab-msu:masterfrom
WGH-:fix-form-submit
Open

Fix missing form submit suppression#1
WGH- wants to merge 1 commit into
seclab-msu:masterfrom
WGH-:fix-form-submit

Conversation

@WGH-

@WGH- WGH- commented Nov 2, 2023

Copy link
Copy Markdown
Contributor

Without this, at least on recent Firefox, default form submission causes navigation, which prevents code in onclick handlers from finishing successfully. The symptom is that flag submission is never registered, and the network debugger tab shows NS_BINDING_ABORTED error for the XHR request.

Regression introduced in 27f58ff

Without this, at least on recent Firefox, default form submission causes
navigation, which prevents code in onclick handlers from finishing
successfully. The symptom is that flag submission is never registered,
and the network debugger tab shows NS_BINDING_ABORTED error for the XHR
request.

Regression introduced in 27f58ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant