[Bug 6807] Sunbird crashes on first run
http://bugs.winehq.org/show_bug.cgi?id=6807 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #7 from Anastasius Focht <focht(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org