Status Update
Comments
al...@google.com <al...@google.com> #2
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.
al...@google.com <al...@google.com> #3
al...@google.com <al...@google.com> #4
and cause the other focusable element could not access touch
al...@google.com <al...@google.com> #5
We should have some API to pin an item to indicate that we want to keep it around and not dispose it.
Please don't make this API internal, make it public for everyone to use and also allow this API to be used with any kind of items inside of LazyLayout's (not only focusable items). I have described why I need it in this issue
so...@google.com <so...@google.com> #6
Related in spirit:
STOP MAKING ALL USEFUL APIS INTERNAL
ap...@google.com <ap...@google.com> #7
This issue is also relevant to text selection, where selection should be able to cross items of a LazyColumn
(wrapped in a SelectionContainer
). Items with a selection inside should not be removed from the composition, but the handles disappear when the first element containing any selected text is scrolled out of view. See attached video for illustration.
Although, sometimes it is desired behaviour. Maybe add a flag whether to persist the node?
Description
HandlerExecutor
was added upstream andandroidx-main
.