[Password Manager] Send a request to the store on click at a password field if needed |
|||
Issue descriptionIt is possible that the password manager didn't detect a password field (e.g. the field was created dynamically, but PasswordAutofillAgent::OnDynamicFormsSeen wasn't called). If it happens, then do send a request to the store. When the request is processed, the user will see suggestions in the password field. Possible implementation: In PasswordAutofillAgent::FindPasswordInfoForElement, check whether |sent_request_to_store| is true (if the focused element is a password field). If not, call SendPasswordForm.
,
May 18 2017
Keep the issue open since it needed to check whether the dropdown list appears when the request is received. Otherwise, a user should click on the field once more to the results.
,
Jun 8 2017
,
Jan 26 2018
Didn't receive any complaints like #2. |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, May 18 2017