Fix N_SE-40632
authorTaejun <tj.twt.park@samsung.com>
Wed, 5 Jun 2013 13:40:06 +0000 (22:40 +0900)
committerTaejun <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

index 649c8f8..fbe853b 100755 (executable)
@@ -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)