Change-Id: Ia25b67db432e45b8979c1baf0750c289f53a7bd2
__pParentForm->Draw();
}
- __pEdit->SendScrollPanelEvent(CORE_OVERLAY_CONTROL_OPENED);
+ __pEdit->SendKeypadEvent(GetKeypadAction(), CORE_KEYPAD_EVENT_STATUS_CREATED);
__pEdit->SendKeypadEvent(GetKeypadAction(), CORE_KEYPAD_EVENT_STATUS_OPEN);
}
}
__pCommandButton->SetVisibleState(false);
}
- if (IsKeypadExist() || __isClipboardExist)
+ //if (IsKeypadExist() || __isClipboardExist)
+ if (IsKeypadExist()) //Only keypad Exist should be checked because clipboard boundschanged callback will be called after onchagelayout
{
__initialParentHeight = 0.0f;
ChangeLayoutInternal(orientation);