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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: