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:
9276a68
)
Fix for jira about keypad open
author
Hyun Lee
<hyunn.lee@samsung.com>
Thu, 30 May 2013 08:21:33 +0000
(17:21 +0900)
committer
Hyun Lee
<hyunn.lee@samsung.com>
Thu, 30 May 2013 08:21:33 +0000
(17:21 +0900)
Change-Id: Iaff6e0e64789c0149be49cf8fa713e563dd8ea1f
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
f62a91f
..
987ed6b
100755
(executable)
--- a/
src/controls/FWebCtrl_WebImpl.cpp
+++ b/
src/controls/FWebCtrl_WebImpl.cpp
@@
-1871,6
+1871,8
@@
OnWebNativeNodeFocusGained(void *pUserData, Evas *pCanvas, Evas_Object* pView, v
if (pImpl->IsKeypadOpened() == true)
{
pImpl->SetKeypadOpened(false);
+
+ pImpl->SetFocused();
}
}