Open krv5vignesh opened 3 years ago
Could you test https://next.material-ui.com/components/tree-view/ out? The focus is now handled with a aria-activedescendant
mui/material-ui#21695 (however, it creates other issues mui/mui-x#9958)
@oliviertassinari Unfortunately that did not fix the issue. I am getting the same issues I originally reported.
Also I noticed something while testing this on two different devices. They are,
Device 1 - Android version 7.0
Device 2 - Android version 10
Note: Both the above tests were done with Talkback (version 9.1) enabled and tested on both the main Material UI documentation site as well as next.material UI documentation site.
@oliviertassinari Any update on this? Could you point me where the issue might be occurring from so I can attempt a fix?
@krv5vignesh I don't have a single clue about what's going wrong. It's also unlikely this issue will be worked on before many months. If it's important for your organization, feel free to invest time in it.
Using Android 7.0 NRD90M on a Redmi Note 4 on https://6093d26ee081cf00074f9d5d--material-ui.netlify.app/components/tree-view#FileSystemNavigator.
Checked means working, unchecked means not working:
Same behavior with https://www.w3.org/TR/wai-aria-practices/examples/treeview/treeview-2/treeview-2a.html
Ignore the display :smile:
Will check if there are bug reports for Android 10. But I'd be surprised if this were an issue on our part.
The Tree View component does not work in Android when used with Talkback enabled. When Talkback (screen reader for Android) is enabled, the nodes in the Tree View are not working.
Current Behavior π―
All the below list issues occur when Talkback is enabled.
Expected Behavior π€
Steps to Reproduce πΉ
Enable Talkback on an Android mobile and try to interact with the Tree nodes give in the example page
Context π¦
I am trying to use the Tree view component in Android.
Your Environment π
`npx @material-ui/envinfo`
``` System: OS: macOS 10.15.7 Binaries: Node: 14.15.5 - /usr/local/bin/node Yarn: 1.22.10 - /usr/local/bin/yarn npm: 6.14.11 - /usr/local/bin/npm Browsers: Chrome: 90.0.4430.93 Edge: 90.0.818.49 Firefox: 88.0 Safari: 14.1 npmPackages: @material-ui/core: ^4.11.4 => 4.11.4 @material-ui/icons: ^4.11.2 => 4.11.2 @material-ui/lab: ^4.0.0-alpha.58 => 4.0.0-alpha.58 @material-ui/styles: 4.11.4 @material-ui/system: 4.11.3 @material-ui/types: 5.1.0 @material-ui/utils: 4.11.2 @types/react: 17.0.4 react: ^17.0.2 => 17.0.2 react-dom: ^17.0.2 => 17.0.2 ```Search keywords: