Closed
Bug 1861712
Opened 2 years ago
Closed 2 years ago
Solve inconsistency of image property of autofill-footer and autofill-clear-button items
Categories
(Toolkit :: Form Autofill, task, P3)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
People
(Reporter: janika, Unassigned)
References
Details
Bug 1860811 showed that when we focus an input field after filling it with credit card information the autofill-footer item and the autofill-clear-button item both have the image attribute set with the credit card icon path.
{
"value": "{\"primary\":\"\",\"secondary\":\"\"}",
"label": "{\"primary\":\"\",\"secondary\":\"\"}",
"comment": null,
"style": "autofill-footer",
"image": "chrome://formautofill/content/icon-credit-card-generic.svg"
}
This can be solved in two ways:
- We don't want to use the icon for
autofill-footeritem andautofill-clear-buttonitem. Then we should only set theimageproperty for theautofill-profileitem. - We want to use the icon in the future. Then we'll need to make changes to the autocomplete item UI.
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•