[leroymerlin.fr][Register][false-negative] Password Generation option is not displayed in the autocomplete dropdown
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
People
(Reporter: andrei.purice, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [passwords:generation])
Attachments
(1 file)
72.88 KB,
image/jpeg
|
Details |
Affected Versions:
Nigthly 87.0a1 (2021-02-10)
Beta 86.0b8
Release 85.0.1
Tested On:
Windows 10x64
Steps to Reproduce:
- Go to leroymerlin.fr register page: https://www.leroymerlin.fr/inscription/compte/creation?redirect=http%3A%2F%2Fwww.leroymerlin.fr%2Fmpng2-front%2Fkobi%2FreturnAuthenticatedTo.do%3Fcallback%3D%2Fespace-perso%2Faccueil-espace-perso.html/
- Click on the Password field
Expected:
Since we are on a register form, the password generation option should be offered in the autocomplete dropdown.
Actual:
Password Generation is not offered in the autocomplete dropdown for the Password field.
Notes:
Reproducible on Chrome? Yes.
Field attribute:<input type="password" id="password--987" name="password" value="" class="mc-text-input mc-field__input js-form-input is-invalid" aria-label="Mot de passe" data-missing="Ce champ est obligatoire" data-mismatch="Votre mot de passe doit contenir au moins 8 caractères, avec au minimum une lettre et un chiffre" pattern="(?=^(.{8,50})$)^(?=^.{8,}$)(?=.\d)(?=.[A-Za-z])[A-Za-z\d&<>!#$%()+,-./:;=?@[]^_{|}~]$" minlength="8" maxlength="50" required="" data-tracker-optimeeze-index="0" aria-autocomplete="list" aria-describedby="password--987-error">
Regression-range: Not a regression since this issue can be reproduced all the way back to FX70.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 2•3 years ago
|
||
This is fixed by Bug 1692980.
Comment 3•3 years ago
|
||
Verified-fixed on the latest Firefox Nightly 90.0a1 (BuildID: 0210530214555) on MacOS 10.15. The password generation is now offered for the field and it also works as expected.
Description
•