add patch
[framework/osp/uifw.git] / src / ui / controls / FUiCtrl_ListViewItem.cpp
index 3ae7fca..1c49e9b 100644 (file)
@@ -1027,7 +1027,6 @@ _ListViewItem::OnTouchPressed(const _Control& source, const _TouchInfo& touchinf
                return false;
        }
 
-       ClearLastStateChangedInfo();
        StopTextSlideTimer();
 
        FloatPoint pos = touchinfo.GetCurrentPosition();
@@ -1064,10 +1063,10 @@ _ListViewItem::OnTouchPressed(const _Control& source, const _TouchInfo& touchinf
        __touchPressed = true;
        __touchEnabled = true;
 
-       SetLastStateChangedInfo();
-
        _TableViewItem::OnTouchPressed(source, touchinfo);
 
+       SetLastStateChangedInfo();
+
        // for do not occur annex selection.
        if (__selectionEabled)
        {
@@ -2068,7 +2067,7 @@ _ListViewItem::SetAccessibilityElementValue(void)
                }
                else
                {
-                       __pAccessibilityElement->SetValue(L"Unselected");
+                       __pAccessibilityElement->SetValueWithStringId("IDS_TPLATFORM_BODY_NOT_SELECTED_T_TTS");
                }
                break;