Fix for focus issue about N_SE-51671
authorhyun lee <hyunn.lee@samsung.com>
Tue, 10 Sep 2013 13:28:15 +0000 (22:28 +0900)
committerhyun lee <hyunn.lee@samsung.com>
Tue, 10 Sep 2013 13:36:51 +0000 (22:36 +0900)
Change-Id: I977489b04c65b5fee1d5354c03a9a516d559fa9a
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
src/controls/FWebCtrl_WebImpl.cpp

index 76a7b0f..2b78f55 100755 (executable)
@@ -3763,8 +3763,6 @@ _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)));