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
Version used:
implementation(platform("androidx.compose:compose-bom:2023.08.00"))
implementation("androidx.tv:tv-foundation:1.0.0-alpha10")
implementation("androidx.tv:tv-material:1.0.0-alpha10")
Devices/Android versions reproduced on:
- Google TV emulator API 34 1080p
In our app, we use a ModalNavigationDrawer that contains several groups of buttons with Spacers between the groups (see video). When Talkback is on and the user scrolls through the drawer buttons, when they navigate from one group of buttons to the next, focus jumps from the drawer to the content, instead of staying inside the drawer as the user would expect. This is presumably because the drawer is overlapping the main content.
In the video, when the user is in the drawer, they only press up/down. The expected behaviour is that talkback focus remains inside the drawer and goes up/down through the items. Instead it jumps to the right, to the main content, when we hit a Spacer.