Closed
Bug 1526522
Opened 6 years ago
Closed 6 years ago
Provide visual effects on password field autocomplete
Categories
(Toolkit :: Password Manager, enhancement, P2)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: prathiksha, Assigned: prathiksha)
References
(Depends on 2 open bugs)
Details
Attachments
(2 files)
We currently don't do this because clearing the existing highlight on the password field and pressing TAB to shift focus to the next element highlights the password field unexpectedly. This behavior is existent because pressing the TAB key triggers the DOMAutoComplete event[0]. Therefore we cannot currently highlight the password field in the onDOMAutoComplete listener.
See attachment to better understand our approach to highlight the password field on autocomplete.
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → prathikshaprasadsuman
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
Provide visual effects on password field autocomplete
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by prathikshaprasadsuman@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/62309305a091
Provide visual effects on password field autocomplete. r=MattN
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•