DescriptionBlink doesnt respect the form.submit() when called on "focus" event for invalid form
Blink doent respect the form.submit() when called on focus event on invalid form.
When an form submit button is clicked and if the form is invalid it will focus
the field that shows error. If the user is calling the form.submit() on focus event
on that field then it should submit the form. But currently the form does not get
submitted. This patch removes this bug by completely removing the variable
"m_isSubmittingOrPreparingForSubmission".
Bug=357101
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170520
Patch Set 1 #Patch Set 2 : Adding changes to rename variable #
Total comments: 3
Patch Set 3 : Removing variable "m_isSubmitting" completely and introducing new variable "m_invalidForm" #Patch Set 4 : Removed the newly added variable "m_invalidForm" #Patch Set 5 : Adding Layout Test #
Total comments: 2
Patch Set 6 : Removed unnecessary lines from Layout Test #
Messages
Total messages: 20 (0 generated)
|