Autofill does not support LastPass's field classification
Categories
(Firefox for Android Graveyard :: Logins, Passwords and Form Fill, defect, P2)
Tracking
(geckoview62 wontfix, firefox-esr60 wontfix, firefox-esr68 wontfix, firefox62 wontfix, firefox63 wontfix, firefox64 wontfix, firefox65 wontfix, firefox66 wontfix, firefox67 wontfix, firefox68 wontfix, firefox72 wontfix, firefox73 fixed)
People
(Reporter: cpeterson, Assigned: m_kato)
References
Details
(Whiteboard: [geckoview:fenix:p2])
Attachments
(1 file)
Comment 1•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
(In reply to (inactive) Jim Chen [:jchen] [:darchons] from comment #4)
Thanks for testing and for the pointers! We do plan to add the correct
coordinates in the future.
I believe that emily has already fixed this by bug 1532582
We have some support for
HtmlInfo
right now [1] but we should add support forautocomplete
andplaceholder
attributes.
This bug focuses this implementation. We assign username type from Gecko's login form's JSM, but we don't set other type yet.
Reporter | ||
Comment 6•5 years ago
|
||
Makoto says part of this issue is already fixed, but we can improve autofill parameter in Q3 or Q4.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 7•5 years ago
|
||
Now I test some form samples with autocomplete attribute. Since we use desktop JS module now, remained issue has been fixed...
Assignee | ||
Comment 8•5 years ago
|
||
Autofill service application uses email, username and password hint for login
form. Some sites use email value for autocomplete attribute even if
<input type="text">
. So we should set autofill hint for this situation.
Comment 10•5 years ago
|
||
bugherder |
Comment 11•5 years ago
|
||
Hi, I verified this with Google Pixel 3a(Android 9) on a build of "geckoview_example.apk" on android platform and having as autofill service "LastPass" app enabled. Checked on the following sites:
- Twitter which seems to have the input field from "Create your account" of email type and autocomplete=email but no "LastPass" autofill hint is present.
- I have also checked with the email fields from: https://greenido.github.io/Product-Site-101/form-cc-example.html section Contact Info but the last pass hint was not displayed.
@Makoto, can you please have a look?
Assignee | ||
Comment 12•5 years ago
|
||
(In reply to Diana Rus from comment #11)
Hi, I verified this with Google Pixel 3a(Android 9) on a build of "geckoview_example.apk" on android platform and having as autofill service "LastPass" app enabled. Checked on the following sites:
- Twitter which seems to have the input field from "Create your account" of email type and autocomplete=email but no "LastPass" autofill hint is present.
- I have also checked with the email fields from: https://greenido.github.io/Product-Site-101/form-cc-example.html section Contact Info but the last pass hint was not displayed.
@Makoto, can you please have a look?
This is another issue. Current our implementation is for login form. So at least, we require password field. I will file a new issue for more support of autocomplete attribute.
Assignee | ||
Comment 13•5 years ago
|
||
filed as bug 1607114 for more support of hint.
Updated•5 years ago
|
Updated•4 years ago
|
Description
•