From 54f8559424bef2d0d750223d276b5a86d9b77e88 Mon Sep 17 00:00:00 2001 From: hyun lee Date: Tue, 10 Sep 2013 21:25:30 +0900 Subject: [PATCH] Fix for focus issue about N_SE-51671 Change-Id: If0388a2b1e126ae06053d85d5f109994f43bf463 Signed-off-by: hyun lee --- src/controls/FWebCtrl_WebImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controls/FWebCtrl_WebImpl.cpp b/src/controls/FWebCtrl_WebImpl.cpp index 2b78f55..76a7b0f 100755 --- a/src/controls/FWebCtrl_WebImpl.cpp +++ b/src/controls/FWebCtrl_WebImpl.cpp @@ -3763,6 +3763,8 @@ _WebImpl::SetBlockSelectionPosition(const FloatPoint& startPoint) return E_SUCCESS; } + SetFocused(); + Ewk_View_Smart_Data* pSmartData = reinterpret_cast< Ewk_View_Smart_Data* >(evas_object_smart_data_get(pWebview)); SysAssertf(pSmartData && pSmartData->api, "Failed to get webkit instance."); Point absPoint(_CoordinateSystemUtils::ConvertToInteger(__pWebCore->GetAbsoluteCoordinate(startPoint))); -- 2.7.4