Closed
Bug 1788010
Opened 2 years ago
Closed 2 years ago
Autofill fails on att.com
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: oanaarbuzov, Assigned: janika)
References
()
Details
Attachments
(1 file)
Browser / Version: Firefox 105.0
Operating System: Linux
Description: Auto fill userid and password failing
Note: There is no failure when using FF released version.
Assignee | ||
Comment 1•2 years ago
•
|
||
The username input element with id="userID"
is of type="search"
and is therefore not considered a usernameField because of this rule.
@Dimi Should we consider adding || type="search"
as condition?
But as far as I see the passwordField is being autofilled correctly.
Flags: needinfo?(dlee)
Comment 2•2 years ago
|
||
(In reply to Janika Neuberger (:janikaneuberger) from comment #1)
@Dimi Should we consider adding
|| type="search"
as condition?
Yes, I think we can add type="search"
. BTW, just did a quick test, both Chrome and Safari fill username/password correctly in this case.
Flags: needinfo?(dlee)
Updated•2 years ago
|
Component: Form Autofill → Password Manager: Site Compatibility
Updated•2 years ago
|
Assignee: nobody → jneuberger
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → S3
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Attachment #9293458 -
Attachment description: WIP: Bug 1788010 - Change to detect input fields of type=search as usernameField → Bug 1788010 - Change to detect input fields of type=search as usernameField
Pushed by jneuberger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/354ec08b0e7f
Change to detect input fields of type=search as usernameField r=dimi
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•