Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Component used: RecyclerView
Version used: 1.3.2
Devices/Android versions reproduced on: all devices
We have a requirement to announce/focus the delete/bin icon after we traverse through the text contents.
We have tried to assign dynamic ids to the views and change the traversal order
When the item is completely visible, it does the traversal as expected. However, when we have item which is partially visible or not visible, the accessibility order is not followed. It announces/focuses on the delete icon as first element when it should be scrolling to the to the name.