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

Don't block access to System menu in Java applications #3882

Closed
nvaccessAuto opened this issue Feb 12, 2014 · 3 comments
Closed

Don't block access to System menu in Java applications #3882

nvaccessAuto opened this issue Feb 12, 2014 · 3 comments
Labels
Milestone

Comments

@nvaccessAuto
Copy link

Reported by mdcurran on 2014-02-12 10:13
Currently IAccessibleHandler pass off any focus winEvent to Java if its window is a Java window. However, this blocks the System menu from being reported when it gets focus which can be very confusing if alt is pressed and there's no menu bar in the Java application.
IAccessibleHandler.processFocusWinEvent should only pass focus events to java if the object ID is OBJID_CLIENT and the childID is 0.

@nvaccessAuto
Copy link
Author

Comment 1 by Michael Curran <mick@... on 2014-02-12 10:17
In [c7b73ed]:

Merge branch 't3882' into next. Incubates #3882

Changes:
Added labels: incubating

@nvaccessAuto
Copy link
Author

Comment 3 by Michael Curran <mick@... on 2014-02-27 04:50
In [37fa10b]:

Merge branch 't3882'. Fixes #3882

Changes:
Removed labels: incubating
State: closed

@nvaccessAuto
Copy link
Author

Comment 4 by mdcurran on 2014-02-27 04:57
Changes:
Milestone changed from next to 2014.2

@nvaccessAuto nvaccessAuto added this to the 2014.2 milestone Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant