Closed
Bug 1691677
Opened 4 years ago
Closed 4 years ago
[argos.co.uk][Login] The email and password fields are not autofilled upon page load with only 1 set of credentials saved
Categories
(Toolkit :: Password Manager: Site Compatibility, defect)
Toolkit
Password Manager: Site Compatibility
Tracking
()
RESOLVED
DUPLICATE
of bug 1691669
People
(Reporter: andrei.purice, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
1.42 MB,
video/mp4
|
Details |
Affected Versions:
Nigthly 87.0a1 (2021-02-08)
Beta 86.0b7
Release 85.0.1
Tested On:
Windows 10x64
Preconditions:
Make sure you have 1 (for autofill) credential saved with the https://www.argos.co.uk domain.
Steps to Reproduce:
- Go to argos.co.uk: https://www.argos.co.uk/account/login?clickOrigin=header:home:account
- If you have 1 credential saved, check if it is auto-filled upon page load
Expected:
The email and password fields are autofilled upon page load when having only 1 set of previously saved credentials.
Actual:
The email and password fields are not autofilled upon page load with only 1 set of credentials saved.
Notes:
Reproducible on Chrome? Yes, seems like a site issue.
Regression-range: not a regression, reproduced on Fx70
Comment 1•4 years ago
|
||
The password field has attribute autocomplete="new-password"
, so we don't autofill it.
<input type="password" name="currentPassword" class="form-control" id="current-password"
autocomplete="new-password" data-bdd-test-id="currentPasswordInputField" data-min-length="6">
See Also: → 1691669
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•