Assigned
Status Update
Comments
dl...@atlassian.com <dl...@atlassian.com> #2
Any information on a workaround or estimate to completion would extremely helpful. We're dealing with what we're pretty sure is this issue now using an EditText within an AndroidView within a LazyColumn in one of our most heavily used UXs. As the user types in the the text field, the view fails to scroll. Please let me know if you need any more information.
za...@gmail.com <za...@gmail.com> #3
This is particularly important for EditText
(
Description
When a compose component calls bringIntoView() we call Android's bringRectangleOnScreen. Similarly, we need to support the reverse use case. When an embedded View calls bringRectangleOnScreen, we need to call bringIntoView() on the hosting Compose component.