Closed Bug 1564080 Opened 5 years ago Closed 5 years ago

submit button gets disabled after update

Categories

(Core :: DOM: Events, defect, P1)

69 Branch
defect

Tracking

()

RESOLVED FIXED
Tracking Status
firefox-esr60 --- unaffected
firefox-esr68 --- unaffected
firefox67 --- unaffected
firefox67.0.1 --- unaffected
firefox68 --- unaffected
firefox69 + fixed
firefox70 + fixed

People

(Reporter: tahirjuventus, Unassigned)

References

(Regression)

Details

(Keywords: regression)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0

Steps to reproduce:

After the last update I opened the website:
https://xential.projecten.contezza.nl/share/page/
There is a login screen
filled in a username test and password test
click on the submit button calles "Sign In"

Actual results:

Nothing happens. No actual submit does take place.
Opening the page in web-developer mode the input button get's disabled.
So before clicking the HTML is:
<button type="button" tabindex="0" id="page_x002e_components_x002e_slingshot-login_x0023_default-submit-button">Sign In</button>
After clicking it get's changed to:
<button type="button" tabindex="0" id="page_x002e_components_x002e_slingshot-login_x0023_default-submit-button" disabled="disabled">Sign In</button>

So after the update disabled="disabled" get's added to the button

Expected results:

Submit should have worked as is and a login request should be made.
This is still the case with the default stable FF 67.0.4.

regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=a9e860d35d5b7074e68e2cd2d50e53cdb69e7523&tochange=ab9d5eeaa90e155f484ae3457aac82fd4d61f8d9

regressed by:ab9d5eeaa90e155f484ae3457aac82fd4d61f8d9 Stone Shih — Bug 1370630 - Untrusted submit event shouldn't trigger form submission; r=smaug

Product: Firefox → Core
Component: Untriaged → DOM: Events

@smaug: as Edgar is on PTO, do you know more about this (since you've reviewed the change regressing this)?

Flags: needinfo?(bugs)

I can confirm that the release http://archive.mozilla.org/pub/devedition/releases/68.0b9/
is unaffected.

Bug 1370630 was backed out from Nightly builds already and should be out from 69.0b4 due for release on Friday as well if all goes to plan.

As bug 1370630 was backed out from nightly, updating status-firefox70.

Priority: -- → P1
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.