Open
Bug 1713590
Opened 3 years ago
Updated 2 years ago
[cdiscount.com][Register] The generated Password is not detected by the password field validation
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
People
(Reporter: tbabos, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
147.38 KB,
image/png
|
Details |
Affected versions
Nightly 90.0a1
Tested On
Mac OS X 10.15
Steps to reproduce
- Go to https://www.cdiscount.com/ and reach the register form
- Click on the Password field
- Click on the Password Generation option
Expected result
The generated password should be detected by the field validation.
Actual Result
The generated Password is not detected by the password field validation
Notes
- Reproducible on Chrome? No
- Regression-range: not a regression, password generation did not appear at all until now, fixed by Bug 1692980.
- Note: Typing in any adition password edit will toggle the field validation and pass.
- Field attribute:
<input autocomplete="off" class="ipt_txt" id="CustomerLoginCreation_CustomerLoginCreationFormData_Password" name="CustomerLoginCreation.CustomerLoginCreationFormData.Password" type="password">
Comment 1•3 years ago
|
||
I didn't really look into this bug, but I think this might be related to cases where sites listen to key up/down to change the state.
Priority: -- → P3
See Also: → 1683413
Reporter | ||
Comment 2•3 years ago
•
|
||
Updating affected flags and a quick note: the generated password will be detected once it it edited (addition of new characters).
Same issue on the password change form.
status-firefox91:
--- → affected
You need to log in
before you can comment on or make changes to this bug.
Description
•