Closed
Bug 1861721
Opened 2 years ago
Closed 2 years ago
Improve address or credit card scenario check for the autofill-footer item
Categories
(Toolkit :: Form Autofill, task, P3)
Toolkit
Form Autofill
Tracking
()
RESOLVED
DUPLICATE
of bug 1864340
People
(Reporter: janika, Unassigned)
References
Details
- We fill a
<form>with an address or credit card record for the user - The user focuses on a filled field
- We display an autocomplete popup containing a
autofill-footeritem either with the string "Manage addresses" or "Manage credit cards".
The way we distinguish between the both scenarios in step 3 is currently done via a hack by inspecting the value of the attribute ac-image of the autofill-footer item. Since the attribute might be removed in the future (see Bug 1861712), we should implement a proper method of determining whether we just filled address or credit card information to then know which footer string we need to display.
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•