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)

task

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:

  1. We don't want to use the icon for autofill-footer item and autofill-clear-button item. Then we should only set the image property for the autofill-profile item.
  2. We want to use the icon in the future. Then we'll need to make changes to the autocomplete item UI.
Depends on: 1861721
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.