Verified
Status Update
Comments
ma...@google.com <ma...@google.com> #2
Over to Ralston to take a look. I imagine with the new relocation logic it should be fixed?
ra...@google.com <ra...@google.com> #3
What is happening here is that the TextField does not know that it is in a scrollable container, and since the keyboard is going to hide the currently focused text, the text field calls View.requestRectangleOnScreen which causes the entire app to pan up, and that clips the top bar.
The Relocation APIs are experimental right now. It is not used in TextField as we are past the alpha stage and can only use stable APIs in TextField. So this bug can only be fixed post 1.0
ra...@google.com <ra...@google.com> #4
This should be fixed by
I verified that this sample code now works when soft input mode is AdjustResize.
Description
Jetpack Compose release version: alpha12 Android Studio Build: Android Studio Arctic Fox | 2020.3.1 Canary 7 Build #AI-203.7148.57.2031.7136282
Steps to Reproduce: