[iOS] Stop updating form suggestions when the keyboard is being hidden.
FormInputAccessoryMediator is fetching suggestions from Autofill and PasswordManager when the keyboard state changes, even in cases when the keyboard becomes invisible and the user is not seeing any of the fetched suggestions. If the user wants to see suggestions, he has to open the keyboard, and then suggestions are fetched again. This is leading to a bug in a password generation flow, when the keyboard is hidden prior to a submission of form with generated password, and a request to refetch suggestions breaks the flow. Bug: 1122049 Change-Id: Ia65489304333e3887d35a7976b83874f892fe033 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377813Reviewed-by:Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Maria Kazinova <kazinova@google.com> Cr-Commit-Position: refs/heads/master@{#803881}
Showing
Please register or sign in to comment