shell32/autocomplete: fix handling of WM_KILLFOCUS messages

Austin English austinenglish at gmail.com
Fri Nov 28 15:19:06 CST 2008


On Fri, Nov 28, 2008 at 10:53 AM, Jan de Mooij <jandemooij at gmail.com> wrote:
> 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
>
>
>
>

Can you add a testcase for this?

-- 
-Austin



More information about the wine-devel mailing list