The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
This change fixes focus stealing from active application on right-click menu appearance. How to reproduce:
App2 becomes active, right click main menu shows. After right mouse button release app2 stays active.
Should be: app2 right-click application menu shows without app2 activation. After right mouse release app1 stays active.