When Network Identity Manager starts, the credentials display
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 1 Oct 2007 05:31:02 +0000 (05:31 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 1 Oct 2007 05:31:02 +0000 (05:31 +0000)
commit4a19954fd2ae6e371080ffcb1f6de1f6eac6c5e0
treed2970af65d13367c24d2846ef00838751bdb40c8
parent8e0a75a949a75ba5b33016ac096a8791b316c213
When Network Identity Manager starts, the credentials display
enumerates known identities and displays them if necessary.  However,
as plug-ins load and the list of known identities, their properties
and credentials change, the order of the displayed list will also
change.

The existing code does not deal well in respect to tracking the
current selection when the list of identities and credentials change.
This results in inconsistent behavior where the identity that was
originally at the top of the list maintains its selection state while
the identity at the top of the list after all the plug-ins have loaded
will receive focus.

This patch fixes this problem by explicitly setting focus and
selection to the identity or credential at the current cursor location
following a change in the credentials list.

ticket: 5782

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20033 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/identity/ui/credwnd.c