Status Update
Comments
kl...@google.com <kl...@google.com> #2
Over to Ralston to take a look. I imagine with the new relocation logic it should be fixed?
jh...@gmail.com <jh...@gmail.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
Description
More info: