On Fri, Nov 28, 2008 at 10:53 AM, Jan de Mooij jandemooij@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?