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

NVDA does'nt announce the level of the node in java tree views #5766

Closed
mohammad-suliman opened this issue Feb 21, 2016 · 3 comments
Closed
Assignees
Milestone

Comments

@mohammad-suliman
Copy link
Contributor

NVDA doesn't announce the level of tree nodes within java swing apps.
steps to reproduce:

expected result:
the node content is announced besides the level also
observed result:
the level is not announced

NVDA version: 2015.4
windows 7 64bit
JDK 8u74

note:
there is another issue here with expand / collaps events of the node. think reporting this in other separate issue is better in a case this problem is NVDA specific

@jcsteh
Copy link
Contributor

jcsteh commented Feb 21, 2016

This post on nvda-devel provides some useful technical info about how to fix this. It'd make sense to look at the expanded/collapsed state change here as well, but we might file another issue for that if it's nontrivial.

@jcsteh jcsteh added this to the 2016.2 milestone Feb 21, 2016
rpaquay added a commit to rpaquay/nvda that referenced this issue Mar 15, 2016
Fixes nvaccess#5766.

Note that this does not fix the issue where collapse/expand state
changes are not detected. That will require a separate (non-trivial)
fix.
jcsteh pushed a commit that referenced this issue Mar 16, 2016
@nvaccessAuto
Copy link

Incubated in 4ec1fd1.

@rpaquay
Copy link
Contributor

rpaquay commented Mar 16, 2016

Note: I opened bug #5812 to address the issue of expand/collapse events not announced.

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.

4 participants