7170996: IME composition window does not disappear when file dialog is closed : Japanese WinXP
authorzhouyx
Wed, 23 May 2012 12:37:31 +0800
changeset 12817 5b0f3d1b8cfe
parent 12816 b4cabffcb0de
child 12818 886414b7d5af
7170996: IME composition window does not disappear when file dialog is closed : Japanese WinXP Reviewed-by: art, bagiras
jdk/src/windows/native/sun/windows/awt_Component.cpp
--- a/jdk/src/windows/native/sun/windows/awt_Component.cpp	Tue May 22 12:35:55 2012 +0400
+++ b/jdk/src/windows/native/sun/windows/awt_Component.cpp	Wed May 23 12:37:31 2012 +0800
@@ -558,6 +558,8 @@
 
     m_hwnd = hwnd;
 
+    ::ImmAssociateContext(m_hwnd, NULL);
+
     SetDrawState((jint)JAWT_LOCK_SURFACE_CHANGED |
         (jint)JAWT_LOCK_BOUNDS_CHANGED |
         (jint)JAWT_LOCK_CLIP_CHANGED);