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

The initially focused control in a Java application is not announced when the application comes to the foreground #3753

Closed
nvaccessAuto opened this issue Jan 8, 2014 · 4 comments
Assignees
Milestone

Comments

@nvaccessAuto
Copy link

Reported by mdcurran on 2014-01-08 03:55
When a top-level window or frame moves to the foreground, NVDA will read the name and type of the frame, followed by the currently focused control.
However, it seems in Java applications, NVDA is never detecting the initially focused control, therefore not announcing it nor allowing navigation within it.

@nvaccessAuto
Copy link
Author

Comment 1 by Michael Curran <mick@... on 2014-01-08 07:49
In [402b591]:

Java Access Bridge support: When a java application comes into the foreground, keep trying to fetch the real focus until a timeout occurs. Iff this fails, fall back to the root java object for the window. Re #3753

@nvaccessAuto
Copy link
Author

Comment 2 by Michael Curran <mick@... on 2014-01-22 06:23
In [85fe598]:

Merge branch 'javaImprovements' into next. Incubates #3753, #3754, #3755, #3756, #3757, #3770

Changes:
Added labels: incubating

@nvaccessAuto
Copy link
Author

Comment 3 by Michael Curran <mick@... on 2014-02-07 05:31
In [5bd2574]:

Merge branch 'javaImprovements'. Fixes #3753, #3754, #3755, #3756, #3757, #3770

Changes:
Removed labels: incubating
State: closed

@nvaccessAuto
Copy link
Author

Comment 4 by mdcurran on 2014-02-07 05:36
Changes:
Milestone changed from next to 2014.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants