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) Screen reader say 'Clickable' when the split gutter is focused #296

Open
albenakertova opened this issue Mar 12, 2021 · 1 comment
Labels

Comments

@albenakertova
Copy link

Describe the bug
We're working on VPAT accessibility of our product. The split gutter cannot be accessed via Keyboard in normal tab flow. If the user goes in Browse mode after going through all the split areas, the Screen reader goes to the split gutter and announces 'Clickable'.

Expected:

The screen reader should announce 'Separator' or other label to determine the role of the gutter.

To Reproduce

  1. Install NVDA (for Windows) or Voice over (for MAC)
  2. Open Chrome browser with an example of
  3. Enter browse mode: e.g. for Windows + NVDA (insert + space), (NVDA key + space)
  4. Navigate with up/down arrow keys to move between split areas.
  5. Observe that the split gutter is announced in the end of the sequence, although it is in fact between the areas on the screen.
  6. Observe that the gutter is announced just as 'Clickable'.
@bBaxta
Copy link

bBaxta commented Mar 17, 2022

Regarding "The split gutter cannot be accessed via Keyboard in normal tab flow", this appears to be an issue in 13.2.0 build as well.

I've setup a Stackblitz using the demo app and adding buttons into the split areas to show the tab order:
https://stackblitz.com/edit/angular-split-demo-cgwewh?file=src%2Fapp%2Fapp.component.html

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

No branches or pull requests

2 participants