Fix for focus issue about N_SE-51671
authorhyun lee <hyunn.lee@samsung.com>
Tue, 10 Sep 2013 12:25:30 +0000 (21:25 +0900)
committerhyun lee <hyunn.lee@samsung.com>
Tue, 10 Sep 2013 12:25:30 +0000 (21:25 +0900)
Change-Id: If0388a2b1e126ae06053d85d5f109994f43bf463
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
src/controls/FWebCtrl_WebImpl.cpp

index 2b78f55..76a7b0f 100755 (executable)
@@ -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)));