fixed bug (N_SE-45117,N_SE-45402)
authorChulheon <ch.jeong47@samsung.com>
Wed, 10 Jul 2013 11:10:39 +0000 (20:10 +0900)
committerChulheon <ch.jeong47@samsung.com>
Wed, 10 Jul 2013 11:10:39 +0000 (20:10 +0900)
Change-Id: If809b778e5877c1b1ed0569225b8dce1f2a23ff0

src/ui/controls/FUiCtrl_EditPresenter.cpp

index 46c6700..3c178fd 100755 (executable)
@@ -7217,6 +7217,11 @@ _EditPresenter::CheckKeypadExist(_ControlOrientation orientation)
 result
 _EditPresenter::ShowKeypad(bool focus)
 {
+       if (!__pEdit->IsVisible())
+       {
+               return E_SUCCESS;
+       }
+
        if (IsKeypadEnabled() == false)
        {
                return E_SUCCESS;