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
Versioning and Device Details
Jetpack Compose version: 2025.02.00 (observed at least as far back as 2024.10.01) Jetpack Compose component used: Row Android Studio Build: #AI-242.23726.103.2422.12816248, built on December 17, 2024 Kotlin version: 2.1.10
Device Model: (Emulator) Pixel 9 API 35 Android Version: API 35 TalkBack Version: version 15.0.0.639625893
Issue Description
When displaying items in a horizontally-scrolling Row, the items not currently on screen are ignored when navigating "back" onto the Row--even when traversal order is explicitly defined.
Expected behavior: When navigating backwards, it is expected that the last item in a traversal group is visited first.
Actual behavior: When navigating backwards, the last visible item is visited first.
Steps to Reproduce or Code Sample to Reproduce:
Stack trace (if applicable): N/A