[krbdev.mit.edu #5584] SVN Commit

Jeffrey Altman via RT rt-comment at krbdev.mit.edu
Fri Jun 22 15:00:35 EDT 2007


Be more aggressive about forcing the new credentials dialog to the
top.

Many applications call GSSAPI functions from the main GUI thread.
Doing so blocks the window message pump for that application.  When
the GSSAPI call results in the new credentials dialog being displayed,
it will be unable to bring itself to the top and grab the user input
focus because the foreground window is not responding.  This patch
makes the new credentials window a top-most window at creation time
that results in it being created at the top of the Z-order.  It can
then flash the window to indicate that it requires user attention.


Commit By: jaltman



Revision: 19629
Changed Files:
U   trunk/src/windows/identity/ui/newcredwnd.c
U   trunk/src/windows/identity/ui/newcredwnd.h




More information about the krb5-bugs mailing list