[krbdev.mit.edu #5584] SVN Commit
Tom Yu via RT
rt-comment at krbdev.mit.edu
Thu Aug 9 18:12:05 EDT 2007
pull up r19629 from trunk
r19629 at cathode-dark-space: jaltman | 2007-06-22 15:00:27 -0400
ticket: 5584
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: tlyu
Revision: 19787
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/identity/ui/newcredwnd.c
U branches/krb5-1-6/src/windows/identity/ui/newcredwnd.h
More information about the krb5-bugs
mailing list