Open
Bug 1847686
Opened 2 years ago
[Relay] Should relay popup honor autocomplete attribute?
Categories
(Toolkit :: Password Manager, task)
Toolkit
Password Manager
Tracking
()
NEW
People
(Reporter: dimi, Unassigned)
Details
I was looking at how we integrate Relay with form history. If my understanding is correct, the Relay popup will not be displayed if an <input> element has autocomplete=off set (see here).
However, that is not the case when we integrate Relay with the password manager because our password manager does not honor the autocomplete. This causes inconsistent behavior based on whether the <input> element is controlled by form history or the password manager.
You need to log in
before you can comment on or make changes to this bug.
Description
•