Screen reader Issue with GridList - 'No item in view' #7641
Unanswered
mattwendzina
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an implementation of the GridList which I'm using in an app to render a list of buttons and have an issue with the screen reader when using Chrome. When tabbing onto the Grid List, with the screen reader on, it says 'No item in view', and then if if I try to use the up/down keys to navigate between the buttons in the list it doesn't allow me. If I turn the screen reader off it works fine.
I have tested in Edge and it works fine.
The component has been built in Storybook and it works fine there too when running in Chrome.
Anyone come across this issue before?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions