Bug 1836036 Comment 11 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

we are actually capturing the address-level1:

```json
  {
    "elementWeakRef": {},
    "identifier": "/",
    "fieldName": "address-level1",
    "reason": "autocomplete",
    "section": "",
    "addressType": "",
    "contactType": "",
    "credentialType": "",
    "part": null,
    "confidence": null
  }
```
we are actually capturing the address-level1:

```json
  {
    "elementWeakRef": {},
    "identifier": "/",
    "fieldName": "address-level1",
    "reason": "autocomplete",
    "section": "",
    "addressType": "",
    "contactType": "",
    "credentialType": "",
    "part": null,
    "confidence": null
  }
```
but `_onFormSubmit` (and `_onAddressSubmit`) is never called.  So it might be a problem of the form detection heuristics.
we are actually capturing the address-level1:

```json
  {
    "elementWeakRef": {},
    "identifier": "/",
    "fieldName": "address-level1",
    "reason": "autocomplete",
    "section": "",
    "addressType": "",
    "contactType": "",
    "credentialType": "",
    "part": null,
    "confidence": null
  }
```
but `_onFormSubmit` (and `_onAddressSubmit`) is never called.
we are actually capturing the address-level1:

```json
  {
    "elementWeakRef": {},
    "identifier": "/",
    "fieldName": "address-level1",
    "reason": "autocomplete",
    "section": "",
    "addressType": "",
    "contactType": "",
    "credentialType": "",
    "part": null,
    "confidence": null
  }
```
but `_onFormSubmit` (and `_onAddressSubmit`) is never called. So it might be a problem of the form submission detection heuristics.

Back to Bug 1836036 Comment 11