Address autofill select callback is not triggered when the user is focusing on an address field
Categories
(GeckoView :: IME, defect, P1)
Tracking
(firefox100 wontfix, firefox101 wontfix, firefox102 fix-optional)
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | wontfix |
| firefox101 | --- | wontfix |
| firefox102 | --- | fix-optional |
People
(Reporter: aputanu, Assigned: gl)
Details
(Whiteboard: [geckoview:m103])
Can't trigger the onAddressSelect callback while focusing on a form.
The callback is implemented in Android-Components, the issue was discovered while debugging Fenix locally.
The onChoicePrompt and onLoginSelect callbacks worked fine.
The sites containing forms that I tried are:
https://luke-chang.github.io/autofill-demo/basic.html
https://mdn-store.myspreadshop.com/ checkout page
https://codepen.io/lusa9/pen/wvBoNKX
https://codepen.io/mitchrenton/pen/KwrjJq
| Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Agi recommends that we fix this bug in our next sprint, GV 103.
Comment 2•4 years ago
|
||
We should try to fix this in 103 because address autofill is a priority for Fenix.
This bug just needs to make sure GV is calling Gecko's address autofill callback. If the autofill works on some pages but not others, then that is a bug for the form autofill team, not GV.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
Moving some focus bugs to the new GeckoView::IME component.
Description
•