Skip to content

Commit

Permalink
Merge branch 't3882'. Fixes #3882
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelDCurran committed Feb 27, 2014
2 parents 1fe2130 + 86d22a2 commit 37fa10b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/IAccessibleHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def processFocusWinEvent(window,objectID,childID,force=False):
#Notify appModuleHandler of this new foreground window
appModuleHandler.update(winUser.getWindowThreadProcessID(window)[0])
#If Java access bridge is running, and this is a java window, then pass it to java and forget about it
if JABHandler.isRunning and JABHandler.isJavaWindow(window):
if childID==0 and objectID==winUser.OBJID_CLIENT and JABHandler.isRunning and JABHandler.isJavaWindow(window):
JABHandler.event_enterJavaWindow(window)
return True
#Convert the win event to an NVDA event
Expand Down
4 changes: 4 additions & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- In accessible Java applications, keyboard shortcuts are now announced for controls that have them. (#3881)


== Bug Fixes ==
- The standard Windows System menu is no longer accidentally silenced in Java applications (#3882)



= 2014.1 =

Expand Down

0 comments on commit 37fa10b

Please sign in to comment.