Fix N_SE-38615
authorTaejun <tj.twt.park@samsung.com>
Wed, 15 May 2013 09:36:38 +0000 (18:36 +0900)
committerTaejun <tj.twt.park@samsung.com>
Wed, 15 May 2013 09:36:38 +0000 (18:36 +0900)
Change-Id: I0ab5152f5a9abcff4c40a5a08c2ce464c67b3656

src/ui/controls/FUiCtrl_EditPresenter.cpp

index 40296a3..0f4a5bc 100644 (file)
@@ -1084,7 +1084,7 @@ _EditPresenter::Dispose(void)
                                __pParentForm->SetClipboardShowState(false);
                        }
 
-                       if (__isInputConnectionBound)
+                       if (__isInputConnectionBound || __isKeypadHiding)
                        {
                                __pParentForm->SetKeypadShowState(false);
                        }