Open
Bug 1745918
Opened 3 years ago
Updated 8 months ago
Support multi-page login for formless username field
Categories
(Toolkit :: Password Manager, enhancement, P3)
Toolkit
Password Manager
Tracking
()
NEW
People
(Reporter: dimi, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
In Bug 1708455, we support multi-page login form for username fields with an associated form. But there are cases where username fields in the login page doesn't have an associated form. For those fields, our password manager doesn't treat them as username fields, so password manager logic doesn't apply.
Currently we don't support the use case because we don't want to run our heuristics on every eligible <input> field, which might introduce performance overhead if we don't do it carefully. However, this is still something we can support if we find the right approach to do it.
Updated•3 years ago
|
Severity: -- → N/A
Updated•3 years ago
|
Priority: -- → P3
Comment 2•2 years ago
|
||
Still happening on Twitter.
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
Original bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1745105
You need to log in
before you can comment on or make changes to this bug.
Description
•