Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility - Listview header requires two tab button taps to navigate to next item #371

Closed
snijsure opened this issue Mar 19, 2023 · 2 comments
Assignees

Comments

@snijsure
Copy link

Environment Information

We are using fluentListItemVersion - 0.1.4

  • Android SDK version: 32

Please provide a reproduction of the bug:

When navigating items in List view - when header is created with "com.microsoft.fluentui.listitem.ListSubHeaderView"
it takes two tab key taps to move to next item

Expected behavior:

It should take only single click of the tab key to move to next item

Priorities and help requested:

Maybe

Requested priority: (Blocking, High, Normal, Low)

Medium

See the attached video

double-tap-on-section-header.mp4
@snijsure
Copy link
Author

FWIW one way to fix this issue is

        binding.headerListItem.getChildAt(0)?.isFocusable = false

TBH - linearLayout in headerListItem should have isFocusable false by default?

@snijsure
Copy link
Author

You can close this issue, work around above works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants