projects
/
framework
/
osp
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f8559
)
Fix for focus issue about N_SE-51671
author
hyun lee
<hyunn.lee@samsung.com>
Tue, 10 Sep 2013 13:28:15 +0000
(22:28 +0900)
committer
hyun 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
patch
|
blob
|
history
diff --git
a/src/controls/FWebCtrl_WebImpl.cpp
b/src/controls/FWebCtrl_WebImpl.cpp
index
76a7b0f
..
2b78f55
100755
(executable)
--- a/
src/controls/FWebCtrl_WebImpl.cpp
+++ b/
src/controls/FWebCtrl_WebImpl.cpp
@@
-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)));