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

Added basic accessibility #1240

Merged
merged 6 commits into from
Feb 28, 2024
Merged

Added basic accessibility #1240

merged 6 commits into from
Feb 28, 2024

Conversation

Vzor-
Copy link
Contributor

@Vzor- Vzor- commented Feb 27, 2024

Fixes #1234

We could use System.setProperty("javax.accessibility.assistive_technologies", ""); to avoid issues with accessibility by completely removing the feature, even when enabled globally on the system. That was my initial solution, and to enable accessibility using a build flag. Originally I was concerned about the security implications of the JAB (Java Access Bridge) which is used to communicate accessibility information on windows. After reading a bit on the topic though, I believe the JAB is safe, and decided to instead support it.

I tested it with the NVDA screen reader, as JAWS requires a license, and Windows Narrator seems to be completely blind to swing. There were a few issues, such as our 'LinkLabel' not being selectable with tab. Some issues still exist, such as our tables capture the cursor when tabbing, and don't allow it to escape. This is observable on our 'View Request Details' window.

@tresf tresf self-requested a review February 28, 2024 23:30
@tresf tresf merged commit 6e1a503 into qzind:master Feb 28, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

Assistive Technology not found: com.sun.java.accessibility.AccessBridge
2 participants