fep/aknfep/src/AknFepUiInputStateEntryQwertyWesternPredictive.cpp
branchRCL_3
changeset 7 6defe5d1bd39
parent 0 eb1f2e154e89
child 12 5e18d8c489d6
--- a/fep/aknfep/src/AknFepUiInputStateEntryQwertyWesternPredictive.cpp	Mon Mar 15 12:42:02 2010 +0200
+++ b/fep/aknfep/src/AknFepUiInputStateEntryQwertyWesternPredictive.cpp	Wed Mar 31 22:08:20 2010 +0300
@@ -428,7 +428,7 @@
 					    ptiengine->HandleCommandL( EPtiCommandLockCurrentCandidate);
 					    TPtrC selectedWord = ptiengine->CurrentWord();
                         fepMan->UpdateInlineEditL( selectedWord, selectedWord.Length() );  //selection.iAnchorPosition
-                        // To fix the bug: STAA-7GYBJC Suggested word is not committed when Arrow right key is pressed.
+                        // To fix the Suggested word is not committed when Arrow right key is pressed.
                         ptiengine->CommitCurrentWord();
                         fepMan->TryCloseUiL();
                         // Asyncronous case update after the editor has handled the key
@@ -619,10 +619,7 @@
 
     if (aKey == EKeyBackspace)
         {
-        TInt activeIdx = KErrNone;
         TPtrC newText = ptiengine->DeleteKeyPress();
-        // To fix the Backspace Key issue in which focused word needs to be present in the editor.
-        ptiengine->HandleCommandL( EPtiCommandUserActionSetCurrentIndexOfCandidates, &activeIdx );
         TPtrC selectedWord = ptiengine->CurrentWord();
         fepMan->UpdateInlineEditL(selectedWord, selectedWord.Length());