From c2444a39bd6088a1bddd22813423ad500fc61541 Mon Sep 17 00:00:00 2001 From: hyun lee Date: Fri, 27 Sep 2013 17:39:04 +0900 Subject: [PATCH] Fix for keypad issue Change-Id: If8aac38900421c06ce640a22fc8be93b851b3c6c Signed-off-by: hyun lee --- src/controls/FWebCtrl_WebImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controls/FWebCtrl_WebImpl.cpp b/src/controls/FWebCtrl_WebImpl.cpp index b491b5e..c106aa0 100755 --- a/src/controls/FWebCtrl_WebImpl.cpp +++ b/src/controls/FWebCtrl_WebImpl.cpp @@ -1787,13 +1787,13 @@ OnWebNativeNodeFocusGained(void* pUserData, Evas* pCanvas, Evas_Object* pView, v { pImpl->SetKeypadOpened(false); } - if (pImpl->IsWinFocusLost() == true) + /*else if (pImpl->IsWinFocusLost() == true) { _Web* pWebCore = dynamic_cast< _Web* >(&(pImpl->GetCore())); SysAssertf(pWebCore, "Failed to get Web core object"); evas_object_focus_set(pWebCore->GetWebNativeNode(), EINA_FALSE); - } + }*/ } -- 2.7.4