[decathlon.fr][Login] The password field is not autofilled with only one credential saved
Categories
(Toolkit :: Password Manager: Site Compatibility, defect)
Tracking
()
People
(Reporter: andrei.purice, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
349.80 KB,
video/mp4
|
Details |
Affected Versions:
Nigthly 87.0a1 (2021-02-11)
Beta 86.0b8
Release 85.0.1
Tested On:
Windows 10x64
Precondition:
Have an account saved on decathlon.fr.
Steps to Reproduce:
- Go to decathlon.fr Login form: https://login.decathlon.net/?client_id=fff118b4-2239-47e1-85a9-73e3c9b32be4&ui_locales=fr_FR
- Check for the email field to be autofilled and press continue.
- Check the password field.
Expected:
The password field is autofilled with only one credential saved.
Actual:
The password field is not autofilled with only one credential saved. Please note that the autofill specific yellow highlight color is displayed as if the password was autofilled.
Note:
Reproducible on Chrome : Yes.
Field attribute : <input data-v-6e2cbbc6="" id="input-password" dir="ltr" type="password" placeholder="Mot de passe" new-password="" class="sb-form-input textfield-input ltr-direction">
This is not a regression as the issue can be traced back to Firefox 70.0 as well.
Comment 1•4 years ago
•
|
||
The password field is hidden at first when we autofill the credentials. Inspecting the hidden field, the password is autofilled as expected. However, after validating the email address, the password field becomes visible and apparently clears out the autofilled password value.
Password field HTML before validating email:
<div data-v-6e2cbbc6="" data-v-13215eda="" class="textfield-container" type="password" placeholder="Mot de passe" new-password="" style="display: none;">
<label data-v-6e2cbbc6="" class="sb-form-label textfield-label ltr-direction">
Saisissez votre mot de passe
<span data-v-6e2cbbc6="">*</span>
</label>
<div data-v-6e2cbbc6="" class="textfield-button-wrapper">
<div data-v-6e2cbbc6="" class="textfield-input-container">
<input data-v-6e2cbbc6="" id="input-password" dir="ltr" type="password" placeholder="Mot de passe" new-password="" class="sb-form-input textfield-input ltr-direction">
<div data-v-6e2cbbc6="" class="textfield-icon icon textfield-right-icon icon-eye-off"></div>
<div data-v-6e2cbbc6="" class="textfield-input-border"></div></div> <!----></div> <!----></div>
Comment 2•4 years ago
|
||
According to the investigation result in Comment 1 and the bug is reproducible in Chrome.
This should be a site issue, close this one.
Description
•