projects
/
framework
/
osp
/
uifw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ac497e9
)
Fix N_SE-40632
author
Taejun
<tj.twt.park@samsung.com>
Wed, 5 Jun 2013 13:40:06 +0000
(22:40 +0900)
committer
Taejun
<tj.twt.park@samsung.com>
Wed, 5 Jun 2013 13:40:06 +0000
(22:40 +0900)
Change-Id: I6e1461c14f02f5741218a037c74bfb9a39acd7ca
src/ui/controls/FUiCtrl_EditPresenter.cpp
patch
|
blob
|
history
diff --git
a/src/ui/controls/FUiCtrl_EditPresenter.cpp
b/src/ui/controls/FUiCtrl_EditPresenter.cpp
index
649c8f8
..
fbe853b
100755
(executable)
--- a/
src/ui/controls/FUiCtrl_EditPresenter.cpp
+++ b/
src/ui/controls/FUiCtrl_EditPresenter.cpp
@@
-7261,6
+7261,11
@@
_EditPresenter::AdjustParentPanelHeight(bool restore, bool panelResizeByPredicti
if (panelResizeByPrediction)
{
+ if ((absKeypadBounds.y - commandButtonHeight) >= (absScrollPanelBounds.y + absScrollPanelBounds.height))
+ {
+ return;
+ }
+
if (__isUSBKeyboardConnected)
{
if (gapY > 0.0f)