You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: