NIM: Context menu selection issues
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 24 Aug 2007 14:29:37 +0000 (14:29 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 24 Aug 2007 14:29:37 +0000 (14:29 +0000)
commitdf103fcf5ebc6f977d4910a944b11bfcc215d317
tree151afb21f69ec33ab8d63ad9420875738446982e
parenta14d2c2d146eee3e1302913f4aacb498917286e1
NIM: Context menu selection issues

The handler for WM_CONTEXTMENU in the credentials view of Network
Identity Manager assumed that the context menu was invoked using the
mouse.  If it was, then the message parameters would specify the x and
y co-ordinates of the mouse.  The context menu can also be invoked via
the keyboard, in which case the x- and y- coordinates are set to
(-1,-1).

An additional problem with the code is that it was not selecting the
row that was right-clicked on if it was not already selected.  This
results in the some of the commands on the context menu targetting
credentials that the user didn't intend to target.

This patch adds support for handling the context menu when it is
invoked via the keyboard and also sets the selection to the row that
was right-clicked if the user invokes the context menu using the
mouse.

ticket: new
component: windows

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