Use data from the autocomplete result to fill the correct password
Categories
(Toolkit :: Password Manager, defect, P1)
Tracking
()
People
(Reporter: tanvi, Assigned: MattN)
References
(Blocks 1 open bug)
Details
(Whiteboard: [passwords:tech-debt] [passwords:fill-ui] [passwords:generation] [skyline] )
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Updated•9 years ago
|
Updated•9 years ago
|
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
The autocomplete results should be fetched and populated only in the parent process then upon filling, fillForm
can be used. See also bug 1520280 for satchel.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
[Tracking Requested - why for this release]: Needed for bug 589628 otherwise the wrong password will be filled if there are multiple autocomplete suggestions for the same username (e.g. on different subdomains).
For Firefox 69 I think we can just use the guid of the filled login at the time of "autocomplete-did-enter-text" to fill the correct password.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
I didn't do the full solution proposed in comment 1 so I filed bug 1555209 for that.
Comment 6•6 years ago
|
||
bugherder |
Comment 7•6 years ago
|
||
Hi Guys, Do you have any steps for this issue on how we can reproduce and confirm the Fix ?
Updated•6 years ago
|
Assignee | ||
Comment 8•5 years ago
|
||
(In reply to Rares Doghi from comment #7)
Hi Guys, Do you have any steps for this issue on how we can reproduce and confirm the Fix ?
See
Needed for bug 589628 otherwise the wrong password will be filled if there are multiple autocomplete suggestions for the same username (e.g. on different subdomains).
Save two logins with the same username but different passwords on two different subdomains (you can use about:logins for this) then ensure the correct matching password is filled for both logins from the autocomplete popup. This only applies on Fx70+ since the two prefs at https://phabricator.services.mozilla.com/D26389#change-5D4xp5p5yudd need to be true.
Assignee | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
Thank you Matthew, This issue is Verified as Fixed in Firefox 70.0a1 (2019-07-10) on Windows, Ubuntu and Mac OSX
Comment 10•5 years ago
|
||
This issue is also verified as fixed in 69.0b4 with the 2 mentioned preferences from about config manually set to "True".
Description
•