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

a11y — Investigate issues with screen readers on Windows and macOS #756

Open
9 of 18 tasks
rock3r opened this issue Jan 22, 2025 · 0 comments
Open
9 of 18 tasks

a11y — Investigate issues with screen readers on Windows and macOS #756

rock3r opened this issue Jan 22, 2025 · 0 comments
Assignees

Comments

@rock3r
Copy link
Collaborator

rock3r commented Jan 22, 2025

When testing screen reader support in the standalone sample app on Windows (NVDA screen reader) and macOS (using VoiceOver), these issues were identified by the IJ UI team.

These need to be looked into further, and then we determine:

  • It's a Jewel issue (e.g., wrong Role) -> File a bug and fix in Jewel
  • It's a CMP issue -> File a CMP bug
  • It's a missing API (e.g., missing Role) -> File a Jetpack Compose bug

The expected output of this task is a comprehensive list of filed/fixed issues.

Radio buttons

Checkboxes

Dropdowns and combo boxes

Trees/SLC

  • Tree items are not announced when using up/down arrows
  • When focus is on the tree, Tab key should move focus to the next component instead of the next tree node

Sliders

  • Slider doesn't announce value change when using left/right arrows

Tabs

  • Tab key shouldn't move focus between individual tabs, and instead move focus to the next component
  • Left/right arrows are not moving focus between tabs
  • Initial focus goes to the close button, in editor tabs
  • No focus indication for editor tabs

Seb's note: I'm clarifying what the expected behavior is for editor tabs, since they're not focusable in Swing. I think at a minimum the close button, if it exists, should not be focusable, but tbd.

Text field/area

Banners

  • Close button and actions don't have an accessible name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants