From: hyun lee Date: Tue, 10 Sep 2013 12:25:30 +0000 (+0900) Subject: Fix for focus issue about N_SE-51671 X-Git-Tag: submit/tizen_2.2/20131107.062229~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54f8559424bef2d0d750223d276b5a86d9b77e88;p=framework%2Fosp%2Fweb.git Fix for focus issue about N_SE-51671 Change-Id: If0388a2b1e126ae06053d85d5f109994f43bf463 Signed-off-by: hyun lee --- 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)));