diff -r eb1f2e154e89 -r f5a1e66df979 textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutchoicelist.cpp --- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutchoicelist.cpp Tue Feb 02 01:02:04 2010 +0200 +++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutchoicelist.cpp Fri Feb 19 23:09:27 2010 +0200 @@ -307,12 +307,6 @@ iCurFocusItem = index; Draw(); UpdateArea(Rect(),EFalse); - #ifdef RD_TACTILE_FEEDBACK - if (UiLayout()->SupportTactileFeedback()) - { - UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput); - } - #endif //RD_TACTILE_FEEDBACK } } return this; @@ -585,6 +579,7 @@ // EXPORT_C void CFepLayoutChoiceList::OnDisplay() { + iCurFocusItem = -1; ReCalcLayout(); }