-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[Autocomplete] Autocomplete options are not selectable with Android Talkback #31081
Comments
I'm currently seeing this issue as well |
Any plans to fix this? This renders the Autocomplete component inaccessible for Android screen reader users, especially when the |
We also had an Android Talkback user reporting this issue of our site and debugging it lead to this thread. Any workaround tips would be welcome |
Sadly I never got to find one, we moved on to more pressing tasks. I
believe we replaced the component with something more custom sadly.
…On Wed, Sep 6, 2023, 6:14 AM Antti Sarjanoja ***@***.***> wrote:
We also had an Android Talkback user reporting this issue of our site and
debugging it lead to this thread. Any workaround tips would be welcome
—
Reply to this email directly, view it on GitHub
<#31081 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU42MYNPV5UAOTSBEV52E6TXZBEG3ANCNFSM5OMOH3MQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@nicholas-aponte which component are you using now? |
We wrote our own component in the end.
…On Fri, Oct 13, 2023, 5:20 AM susheelahegde ***@***.***> wrote:
@nicholas-aponte <https://github.com/nicholas-aponte> which component are
you using now?
—
Reply to this email directly, view it on GitHub
<#31081 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU42MYLHD7EN6JHVDX2P7J3X7EBVDAVCNFSM5OMOH3M2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZWGEYTSNJZG4ZQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
your own component is based out of any existing library components? and is it support iOS too? |
The issue is that talkback has this weird feature?/bug?, where you can't select an item that has tabIndex={-1}. The same issue is happening in a react-select library. JedWatson/react-select#5190 (comment) |
@nicholas-aponte would you be able to share any information on that component and/or share the component under an MIT license? I'm also running into issues with Autocomplete not being accessible using iOS's VoiceOver and looking for solutions |
I'm also facing this, any onClick, onSelect or onChange is not trigger inside the renderOption. Any workaround for this? |
I'm facing the same issue :/ |
This workaround works for both Android Talkback and iOS VoiceOver |
Duplicates
Latest version
Current behavior 😯
With Android Talkback trying to select a Autocomplete option from the options list, results in option not being selected and focus moving to the document
Expected behavior 🤔
It should select the field and move focus to the input
Steps to reproduce 🕹
Steps:
Context 🔦
I was doing accessibility testing on one of my customer projects and ran into the issue. The Autocomplete component is used as an input for selecting a city, the component lists over 300 options.
Decided to investigate this a bit further and noticed it's occurring in the MUI docs as well
Your environment 🌎
Issue occured on a Android 11 device running Oxygen OS 11.0.5.1.
Talkback version 12.1.
Browser mobile Chrome 98.0.
`npx @mui/envinfo`
The text was updated successfully, but these errors were encountered: