shell32/autocomplete: fix handling of WM_KILLFOCUS messages

Jan de Mooij jandemooij at gmail.com
Fri Nov 28 10:53:48 CST 2008


In eMule after moving focus from the searchbox to another control, it
still shows the caret and search is unusable without switching tabs.

Autocomplete overrides the textbox message handler. But after handling
WM_KILLFOCUS messages we should send it to the old handler so it can
move the focus from the textbox, hide the caret, etc.

Fixes bug 4090: http://bugs.winehq.org/show_bug.cgi?id=4090

Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-shell32-autocomplete-fix-handling-of-WM_KILLFOCUS-m.patch
Type: text/x-diff
Size: 824 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081128/05ff9daf/attachment.patch 


More information about the wine-patches mailing list