Bug 1835645 Comment 2 Edit History

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

walmart by default sets your name in the address. When the first name and last name field have a value, the website sets `autocomplete=new-password`. As for the `street-address` field, it always has `autocomplete=new-password` regardless the field has value or not.

For fields that have `autocomplete=new-password`, we don't consider it as a address field, that is why we don't save address for those fields.

Hi Alin, could you help test Chrome's behavior? Thank you!
walmart by default sets your name in the address. When the first name and last name field have a value, the website sets `autocomplete=new-password` for the name fields. As for the `street-address` field, it always has `autocomplete=new-password` regardless the field has value or not.

Because for fields that have `autocomplete=new-password`, we don't consider it as a address field, that is why we don't save address for those fields.

Hi Alin, could you help test Chrome's behavior? Thank you!

Back to Bug 1835645 Comment 2