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

Improve AztecWrapper RN TalkBack support. #918

Closed
etoledom opened this issue Apr 22, 2019 · 2 comments · Fixed by WordPress/gutenberg#25384 or #2630
Closed

Improve AztecWrapper RN TalkBack support. #918

etoledom opened this issue Apr 22, 2019 · 2 comments · Fixed by WordPress/gutenberg#25384 or #2630
Assignees

Comments

@etoledom
Copy link
Contributor

etoledom commented Apr 22, 2019

From #916 we noticed that TalkBack on Android will focus on RichText without the need of activating it (with double tap).

This is contrary to what the Accessibility documentation says on React-Native pages, and it's different to how TextInput behaves.

The behavior expected from the Screen Reader is to select the item, and focus on it when the user double taps.

It's much appreciated if an Android expert could investigate this issue and help us find a solution.

https://cloudup.com/c-ROMCxSTX3

@etoledom etoledom added this to the v1.4 milestone Apr 22, 2019
@etoledom etoledom modified the milestones: v1.4, v1.5 May 3, 2019
@hypest hypest removed this from the v1.5 milestone May 15, 2019
@SergioEstevao SergioEstevao changed the title Android: Improve AztecWrapper RN TalkBack support. Improve AztecWrapper RN TalkBack support. May 6, 2020
@SergioEstevao
Copy link
Contributor

@mchowning can you give a look to see if this is still happening?

@mchowning
Copy link
Contributor

I still see the behavior in the video where dragging your finger over paragraph blocks automatically focuses and makes the text editable, which I confirmed is different from the behavior of a plain TextInput.

FWIW, if you swipe left and right to cycle between elements, then you do have to double-tap to edit the text. So it seems to be working properly with swiping left to right to cycle through selecting different items, but not when you drag your finger to select an item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants