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] Talkback does not announces/read string/description label over Text #25442

Closed
paragag opened this issue Jul 1, 2019 · 3 comments
Labels
Bug Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@paragag
Copy link

paragag commented Jul 1, 2019

React Native version: 0.55.4

Steps To Reproduce

  1. Create a react native layout where a text is used inside a view/TouchableHighlight . Pasted below for references
  2. without accessibility, normal operation this works out fine.. i see both read and "Details:- Not spoken" labels. Also clicking/tapping on "Details:- Not.." spoken button works as expected.
  3. But when i turn on accessibility, talkback does not navigate to the "Details:- ..", nor does it speaks/reads it. Both the text are visible though. Even tapping on "Details:- Not" does not takes the controls there.

Describe what you expected to happen:
while swapping left right, the navigation/highlight should go to "Details:- " button/text, so that user can enter it and see the details.

<View>
      <View >
        <View accessible={true} accessibilityLabel="READ">
          <Text style={styles.sendActionTextLabel}>"READ"</Text >
        </View>
        <TouchableHighlight onPress={this.MyPage.bind(this)} underlayColor='transparent' accessibilityTraits={'button'} accessibilityComponentType={'button'} >
          <Text accessible={true} style={styles.discoverButtonTextLabel} accessibilityLabel="Double tap to get details">"Details : - NOT SPOKEN BY ACCESSIBILITY or accessible either by swipes"</Text >
        </TouchableHighlight >
      </View>
  </View>
@paragag paragag added the Bug label Jul 1, 2019
@kelset
Copy link
Contributor

kelset commented Jul 2, 2019

Is this still the case for version 0.59? What about 0.60-rc3?

If it doesn't happen on those versions anymore we can close this.

@stale
Copy link

stale bot commented Sep 30, 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 Sep 30, 2019
@stale
Copy link

stale bot commented Oct 7, 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 Oct 7, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug 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

2 participants