Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't block access to System menu in Java applications #3882
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by Michael Curran <mick@... on 2014-02-12 10:17
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by Michael Curran <mick@... on 2014-02-27 04:50
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by mdcurran on 2014-02-27 04:57 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedFeb 12, 2014
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.