diff -r eb1f2e154e89 -r 3b79bedfdc20 textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicfeditor.cpp --- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicfeditor.cpp Tue Feb 02 01:02:04 2010 +0200 +++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutmultilineicfeditor.cpp Fri Apr 16 15:17:40 2010 +0300 @@ -108,8 +108,8 @@ if(aUiLayout) { //Advanced Tactile feedback REQ417-47932 - SetTactileFeedbackType(ETouchFeedbackSensitiveInput); - aUiLayout->RegisterFeedbackArea(reinterpret_cast(this),aRect,ETouchFeedbackSensitiveInput); + SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad); + aUiLayout->RegisterFeedbackArea(reinterpret_cast(this),aRect,ETouchFeedbackSensitiveKeypad); } #endif //RD_TACTILE_FEEDBACK } @@ -2066,7 +2066,7 @@ { if ( iLastCursorPos != iCursorSel.iCursorPos ) { - UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput); + UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad); iLastCursorPos = iCursorSel.iCursorPos; } }