Open
Bug 1521969
Opened 2 years ago
Updated 2 years ago
Show a preview of what login fields will be filled when the username is highlighted in the autocomplete popup
Categories
(Toolkit :: Password Manager, enhancement, P3)
Toolkit
Password Manager
Tracking
()
NEW
People
(Reporter: MattN, Unassigned)
References
Details
(Keywords: parity-chrome, Whiteboard: [passwords:fill-ui])
We're going to use the existing visual treatment that Form Autofill uses. See code at https://searchfox.org/mozilla-central/search?q=_changeFieldState&case=false®exp=false&path= , specifically FIELD_STATES.PREVIEW
The API is .previewValue
on certain form elements: https://searchfox.org/mozilla-central/search?q=previewValue&case=false®exp=false&path=
Updated•2 years ago
|
Assignee: nobody → prathikshaprasadsuman
Status: NEW → ASSIGNED
Reporter | ||
Updated•2 years ago
|
Whiteboard: [passwords:fill-ui]
Reporter | ||
Comment 1•2 years ago
|
||
While Chrome does do this, Safari does not and in many cases the password field would be covered by the username dropdown so I'm not sure this is a high priority anymore.
Assignee: prathikshaprasadsuman → nobody
Status: ASSIGNED → NEW
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•