commit | 1299ce3445a531b8d1203da6074f05baf2ef7483 | [log] [tgz] |
---|---|---|
author | Friedrich Horschig <fhorschig@chromium.org> | Tue Jul 16 09:23:37 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 16 09:23:37 2019 |
tree | 34bebd29595eb97c6489876501851c7bb0eb6152 | |
parent | f53596161bfcbf5d6f32dc525ea2b2b078a4c81c [diff] |
[Mfill Android] Prevent keyboard opening when autofill UI dies Before this change, the filling UI would open the keyboard when autofill UI was destroyed. This is usually invisible since the whole page closes usually when that happens. In rare cases, that happens earlier (e.g. the linked bug where a navigation is stopped by confirmation). With this change, the filling UI will hide if a source that populates it disappears but trigger an opening animation. Net effect: open UIs are closed when the last relevant source disappeared but remain untouched otherwise. Bug: 983421 Change-Id: I4f6aed2012069670f789ccaf73f70b3ce442511c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1702243 Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#677692}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .