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

TestIDs for view under TouchableWithoutFeedback not found even when accessible property for the touchable is set to false. #22539

Closed
3 tasks done
sajManzoor opened this issue Dec 6, 2018 · 4 comments
Labels
Bug Component: TouchableWithoutFeedback Component: View Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@sajManzoor
Copy link

sajManzoor commented Dec 6, 2018

Environment

React Native Environment Info:
System:
OS: macOS High Sierra 10.13.6
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Memory: 1.64 GB / 16.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 10.11.0 - /usr/local/bin/node
Yarn: 1.10.1 - /usr/local/bin/yarn
npm: 6.4.1 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 12.0, macOS 10.14, tvOS 12.0, watchOS 5.0
IDEs:
Xcode: 10.0/10A255 - /usr/bin/xcodebuild
npmPackages:
react: 16.5.0 => 16.5.0
react-native: https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz => 0.57.1
npmGlobalPackages:
create-react-native-app: 2.0.2
react-native-cli: 2.0.1

Description

I cannot find the test-id of the view under TouchableWithoutFeedback mapped to the accessibility identifier.

<TouchableWithoutFeedback accessible={false}>
<View testID='foo'></View>
</TouchableWithoutFeedback>

In this case the accessibilityID 'foo' cannot be found.

Reproducible Demo

<TouchableWithoutFeedback accessible={false}>
<View testID='foo'></View>
</TouchableWithoutFeedback>

@rickhanlonii
Copy link
Member

Hey @sajManzoor, should this be testID (the D is uppercase)?

@sajManzoor
Copy link
Author

HI @rickhanlonii , yeah it should be uppercase D, my bad , but the issue still persists for testID.

@stale
Copy link

stale bot commented Aug 2, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Aug 2, 2019
@stale
Copy link

stale bot commented Aug 9, 2019

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.

@stale stale bot closed this as completed Aug 9, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Aug 9, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Component: TouchableWithoutFeedback Component: View Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

4 participants