comctl32: Resend: cancel edit on WM_KILLFOCUS message - fixes Bug 17251

Jeff Latimer lats at yless4u.com.au
Thu Apr 30 08:24:31 CDT 2009


This show up as a bug in uTorrent and is easily repeatable.  The user 
double clicks on a torrent name in a list and enters edit on the item. 
If the user clicks on another item in the list the second item is 
renamed to the value of the first item.  The trace shows a KILLFOCUS is 
received which effectively does nothing.  The edit session needs to be 
cancelled on a KILLFOCUS or the contents of the edit session are applied 
to the next item selected.
---
  dlls/comctl32/listview.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 22290a8fd994b807db4e307eb0299eec92b37f3c.diff
Type: text/x-patch
Size: 388 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090430/e47a0cb7/attachment.bin>


More information about the wine-patches mailing list