diff -r ebd48d2de13c -r ecbabf52600f textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouteditareabase.cpp --- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouteditareabase.cpp Tue Aug 31 15:31:50 2010 +0300 +++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayouteditareabase.cpp Wed Sep 01 12:23:33 2010 +0100 @@ -61,8 +61,8 @@ //Advanced Tactile feedback REQ417-47932 if(IsKindOfControl(ECtrlTactileFeedback)) { - SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad); - aUiLayout->RegisterFeedbackArea(reinterpret_cast(this),aRect,ETouchFeedbackSensitiveKeypad); + SetTactileFeedbackType(ETouchFeedbackSensitiveInput); + aUiLayout->RegisterFeedbackArea(reinterpret_cast(this),aRect,ETouchFeedbackSensitiveInput); } } @@ -553,7 +553,7 @@ if ( AknsUtils::AvkonSkinEnabled() ) { - AknsUtils::GetCachedColor( AknsUtils::SkinInstance(), + AknsUtils::GetCachedColor( UiLayout()->SkinInstance(), color, KAknsIIDQsnTextColors, EAknsCIQsnTextColorsCG60 ); } }