Credentials not autofilled on Pinterest login form due to autocomplete=new-password
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | wontfix |
firefox70 | --- | wontfix |
firefox71 | --- | fix-optional |
People
(Reporter: tbabos, Unassigned)
References
(Depends on 1 open bug, )
Details
Attachments
(2 files)
Affected versions
Nightly71
Beta70
Release 69
Affected platforms
Windows 10 x64
Steps to reproduce
- Launch Firefox
- Go to https://ro.pinterest.com/
- Fill in email/password and save
- Reload the page (choose to log in with a different account if needed)
Expected result
The form should be auto-filled with the previously saved credentials given that its the only saved entry for the given site.
Actual Result
The form is not auto-filled. However, the autocomplete dropdown will appear and work correctly. Please check the recording.
Note
The already signed in account is because I couldn't find a way to sign out of my google account from pinterest on chrome to check the behavior there :(
Reporter | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
From the log:
LoginManagerContent: not filling form, password field has the autocomplete new-password value LoginManagerContent.jsm:1888:12
This is expected since bug 1119063 but I agree not ideal. Pinterest shouldn't be using autocomplete=new-password on this field since it's not intended for new passwords, it's for login. Chrome probably has heuristics to ignore that but we don't have enough data to do that at the moment.
Updated•2 years ago
|
Description
•