Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Some new information? This issue is already over a year old, it was just shifted, and the new ticket here seems to be ignored. This should have a higher Priority then P3.
I feel like this is a serious issue that should get more attention. When working with RecyclerViews you had the possibility of setting up if a ViewHolder is able the be recycled.
All the solutions to circumvent this problem here are either hacks in regards to how the Keyboard is opened, or you ditch LazyColumn completely and use a Column, which is not a solution for complex layouts.
I feel like this is a serious issue that should get more attention. When working with RecyclerViews you had the possibility of setting up if a ViewHolder is able the be recycled.
All the solutions to circumvent this problem here are either hacks in regards to how the Keyboard is opened, or you ditch LazyColumn completely and use a Column, which is not a solution for complex layouts.
ap...@google.com <ap...@google.com> #3
1.2.0-beta02 it still remains
na...@google.com <na...@google.com> #4
and cause the other focusable element could not access touch
Description
2. When enableEdgeToEdge() is not commented out, if an list item above the element has focus and then press "down," then the element gets focus.