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

Java Access Bridge table cells should have the role of the control #14347

Closed
mwhapples opened this issue Nov 8, 2022 · 0 comments · Fixed by #14348
Closed

Java Access Bridge table cells should have the role of the control #14347

mwhapples opened this issue Nov 8, 2022 · 0 comments · Fixed by #14348
Milestone

Comments

@mwhapples
Copy link
Collaborator

Steps to reproduce:

In IntelliJ, PyCharm or may be other Jetbrains IDE, select a method in a class, in the menu go to Refactor -> Refactor this -> Extract superclass. In the dialog which appears there is a table for selecting the methods to extract, navigate up and down the first column.

Actual behavior:

NVDA speaks 0 or 1 depending on whether the method has been checked/selected.

Expected behavior:

As these are checkboxes NVDA should announce checked or unchecked state.

NVDA logs, crash dumps and other attachments:

System configuration

NVDA installed/portable/running from source:

Both installed and source builds.

NVDA version:

2022.3.1 and master.

Windows version:

Windows 11

Name and version of other software in use when reproducing the issue:

Java 17

Other information about your system:

Other questions

Does the issue still occur after restarting your computer?

Yes

Have you tried any other versions of NVDA? If so, please report their behaviors.

Both 2022.3.1 and master show the problem.

If NVDA add-ons are disabled, is your problem still occurring?

Yes

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

N/A

seanbudd pushed a commit that referenced this issue Nov 14, 2022
Fixes #14347

Summary of the issue:
Some table cells in Java applications may be controls, for example checkboxes, buttons, etc. NVDA needs to know the controls correct role to announce the state correctly. At the moment NVDA makes all table cells in Java Access Bridge applications have the table cell role, thus masking the real role of the control and so leading to strange state announcements.

Description of user facing changes
User will find controls in tables are more correctly announced by NVDA.
@nvaccessAuto nvaccessAuto added this to the 2023.1 milestone Nov 14, 2022
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 a pull request may close this issue.

2 participants