Enable signon.userInputRequiredToCapture.enabled and prompt when field values differ from their defaultValue
Categories
(Toolkit :: Password Manager, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | verified |
People
(Reporter: sfoster, Assigned: sfoster)
References
Details
Attachments
(1 file)
Bug 1388674 introduced the signon.userInputRequiredToCapture.enabled
pref, but left it defaulted off. If we check for user input or fields where their .value !== .defaultValue, this should minimize the regression risk and allow us to turn that pref on by default.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Comment 4•5 years ago
|
||
bugherder |
Comment 5•5 years ago
|
||
Hey Sam,
The pref is indeed enabled by default on the latest Nightly 73.0a1 (2020-01-05) (64-bit), however it doesn't work with Testcase 1: Username and password fields filled by JS from Bug 1388674. The save prompt will be displayed even if the fields were not edited. I attached a log to the mentioned bug, hope it helps.
Won't NI? you here since I already did in the other Bug 1388674 with the same info.
Comment 6•5 years ago
|
||
Clarification were offered in Bug 1388674 regarding the expected behavior.
The pref "signon.userInputRequiredToCapture.enabled" is enabled by default on Windows 10, MacOS 10.14 and Ubuntu 18.04.
Description
•