-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Is this a bug report?
Yes, The value attribute is 'nil' while checking text component field with accessibility inspector.
Have you read the Contributing Guidelines?
Yes.
Environment
Environment:
OS: macOS High Sierra 10.13.2
Node: 4.8.0
Yarn: Not Found
npm: 5.5.1
Watchman: 4.7.0
Xcode: Xcode 9.1 Build version 9B55
Android Studio: 2.3 AI-162.4069837
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: 0.52.0 => 0.52.0
Steps to Reproduce
- Create one text component field and check in iOS app client
- Open Accessibility Inspector from xcode developer tools
- Highlight text component in Accessibility inspector
- Verify Value attribute in Accessibility inspector window
Expected Behavior
Accessibility inspector should show actual text assigned to that Text component field.
Actual Behavior
Accessibility inspector is showing value to all Text component fields.
This is really required while doing automated testing to validate correct text is being shown or not in that specific text field.
Reproducible Demo
Can't connect accessibility inspector in provided site to show value attribute.
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.