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 Role table doesn't work #3985

Closed
rishabh92 opened this issue Oct 10, 2023 · 9 comments
Closed

Accessibility Role table doesn't work #3985

rishabh92 opened this issue Oct 10, 2023 · 9 comments
Labels
Stale Issues/PR that are not getting much activity and are closer to be closed

Comments

@rishabh92
Copy link

Description

table present in role below:
https://github.com/facebook/react-native/blob/b7191cde4e36d3d712affc8b714e7d6179642cbb/packages/react-native/Libraries/Components/View/ViewAccessibility.d.ts#L364

When try to use it, it doesn't work as it's missing in AccessibilityRole:
https://github.com/facebook/react-native/blob/b7191cde4e36d3d712affc8b714e7d6179642cbb/packages/react-native/Libraries/Components/View/ViewAccessibility.d.ts#L196

React Native Version

0.71.13

Output of npx react-native info

npx react-native info
info Fetching system and libraries information...
System:
OS: Windows 10 10.0.22621
CPU: (24) x64 12th Gen Intel(R) Core(TM) i9-12900K
Memory: 104.26 GB / 127.68 GB
Binaries:
Node: 14.21.3 - C:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 6.14.18 - C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK: Not Found
Windows SDK:
AllowDevelopmentWithoutDevLicense: Enabled
Versions: 10.0.22000.0, 10.0.22621.0
IDEs:
Android Studio: Not Found
Visual Studio: 17.7.34031.279 (Visual Studio Enterprise 2022)
Languages:
Java: Not Found
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.13 => 0.71.13
react-native-windows: 0.71.35 => 0.71.35
npmGlobalPackages:
react-native: Not Found

Steps to reproduce

<View  accessible={true} role="table">
    <View accessible={true} role="row">
		...
    </View>

    <View accessible={true} role="row">
		...
    </View>

</View>

Snack, screenshot, or link to a repository

N/A

@github-actions
Copy link

⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:
  • If your bug is UI related: a Snack
  • If your bug is build/update related: use our Reproducer Template. A reproducer needs to be in a GitHub repository under your username.

@rishabh92 rishabh92 changed the title Accessbility Role table doesn't work Accessibility Role table doesn't work Oct 10, 2023
@NickGerleman
Copy link
Contributor

@necolas can we find a way to document the roles and other web prop values that no-op?

@necolas
Copy link

necolas commented Oct 11, 2023

It's already documented https://reactnative.dev/docs/accessibility#role

@necolas
Copy link

necolas commented Oct 14, 2023

Closing as answered

@rickhanlonii
Copy link
Member

@necolas I don't see any mention of table or other unsupported roles, can we document those to avoid confusion?

@rickhanlonii rickhanlonii reopened this Jan 6, 2024
@necolas
Copy link

necolas commented Jan 8, 2024

Feel free to explicitly document unsupported features.

@cortinico cortinico transferred this issue from facebook/react-native Jan 9, 2024
@cortinico
Copy link
Contributor

Moving to the website issue tracker

Copy link

👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale Issues/PR that are not getting much activity and are closer to be closed label May 10, 2024
Copy link

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Issues/PR that are not getting much activity and are closer to be closed
Projects
None yet
Development

No branches or pull requests

5 participants