Overscroll for keyboard disabled while keyboard is hiding.
While the keyboard is in the process of hiding, the proxy's visibility flag may not be updated yet. Use the private keyboard_visible_ flag instead as it stores the future visibility of the keyboard window after animation is completed. BUG=401670 TEST=Updated: KeyboardControllerTest.CheckOverscrollInsetDuringVisibilityChange On device: As the inset update must be initiated after the animation is started and before it is finished. Tested on clapper with the same method as in the bug, i.e. switch tab after hiding keyboard to trigger fast inset update. Review URL: https://codereview.chromium.org/578653004 Cr-Commit-Position: refs/heads/master@{#295530}
Showing
Please register or sign in to comment