Only show address capture doorhanger when the form contains certain fields
Categories
(Toolkit :: Form Autofill, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
(Regressed 1 open bug)
Details
(Whiteboard: [fxcm-addr-capture-ux])
Attachments
(1 file)
In the old design, as long as the address form submitted by users contains at least 3 fields, we consider the form "valid", and hence, the doorhanger is displayed after submission.
However,using a ‘number’ to determine whether to save might not be the best approach. It could lead to saving an address that doesn’t represent a valid address at all (e.g., Organization, Country, Phone). Additionally, it might result in showing the address capture doorhanger too frequently, particularly for users who do not want to save an address.
Additional Notes:
It seems that Chrome only displays the doorhanger when the form contains ALL of the following fields: Street Name
, City
, State
, Postal Code
, and Country
.
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Base on the the sheet, I think we can only capture an address when it contains "street-name", "address-level1", "address-level2", and "postal-code" .
Comment 4•1 year ago
|
||
Backed out changeset c918cd353494 (bug 1873215) for causing bc failures at browser_confirmation_popup.js
Backout: https://hg.mozilla.org/integration/autoland/rev/51a8c0fff9b8fad2bc66575077157e2534e60192
Failure log: https://treeherder.mozilla.org/logviewer?job_id=443314658&repo=autoland&lineNumber=42583
Assignee | ||
Updated•1 year ago
|
Comment 7•1 year ago
|
||
bugherder |
Comment 8•1 year ago
|
||
I'm attempting to verify bug 1870157, but I'm hitting a problem relating to how the address saving and address updating door hanger are displayed.
After investigating for the change using mozregression I stumbled upon this bug. Can you explain exactly what this bug changed?
After this change, when should the address saving door hanger appear? What about the address update door hanger?
Thank you!
Comment 9•1 year ago
|
||
I've received the necessary information. Please disregard my last comment. Thank you.
Description
•