[Bug 6807] Sunbird crashes on first run

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 30 07:09:42 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=6807


Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net




--- Comment #7 from Anastasius Focht <focht at 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.



More information about the wine-bugs mailing list