Fix for N_SE- 53198 (stopExpandanimation during keypress)
authorkatpaga.a <katpaga.a@samsung.com>
Wed, 25 Sep 2013 13:27:31 +0000 (18:57 +0530)
committerkatpaga.a <katpaga.a@samsung.com>
Fri, 27 Sep 2013 11:20:00 +0000 (16:50 +0530)
Change-Id: I448d86776207ae356b095b86bd78b3b443a198ff
Signed-off-by: katpaga.a <katpaga.a@samsung.com>
src/ui/controls/FUiCtrl_TableViewPresenter.cpp

index 2bdc216..a447bc7 100644 (file)
@@ -5713,6 +5713,7 @@ _TableViewPresenter::OnKeyPressed(const _Control& source, const _KeyInfo& keyInf
        switch (keyCode)
        {
        case _KEY_UP:
+               StopExpandCollapseAnimation();
                if (pFocusedControl != null)
                {
                        pItem = dynamic_cast<_TableViewItem*>(pFocusedControl);
@@ -5794,6 +5795,7 @@ _TableViewPresenter::OnKeyPressed(const _Control& source, const _KeyInfo& keyInf
                break;
 
        case _KEY_DOWN:
+               StopExpandCollapseAnimation();
                if (pFocusedControl != null)
                {
                        pItem = dynamic_cast<_TableViewItem*>(pFocusedControl);