http://bugs.winehq.org/show_bug.cgi?id=6807
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #7 from Anastasius Focht focht@gmx.net 2009-05-30 07:09:41 --- Hello,
same issue as bug 11569
Hints how to fix this:
When determining the target window with focus, don't use "data->IMC.hWnd" in first place! Use GetFocus() to work around possible races (focus switches) between main app window and initial splash/wizard windows. When the returned window handle is NULL, use "data->IMC.hWnd". Send WM_IME_NOTIFY to target hwnd if != NULL.
Regards