fep/aknfep/src/AknFepUiInputStateEntryHalfQwertyWesternPredictive.cpp
branchRCL_3
changeset 7 6defe5d1bd39
parent 0 eb1f2e154e89
child 12 5e18d8c489d6
equal deleted inserted replaced
6:6ceef9a83b1a 7:6defe5d1bd39
   472 	                	|| (! rightToLeftLang && aKey == EStdKeyRightArrow ))
   472 	                	|| (! rightToLeftLang && aKey == EStdKeyRightArrow ))
   473 	                    {
   473 	                    {
   474 					    ptiengine->HandleCommandL( EPtiCommandLockCurrentCandidate);
   474 					    ptiengine->HandleCommandL( EPtiCommandLockCurrentCandidate);
   475 					    TPtrC selectedWord = ptiengine->CurrentWord();
   475 					    TPtrC selectedWord = ptiengine->CurrentWord();
   476                         fepMan->UpdateInlineEditL( selectedWord, selectedWord.Length() );  //selection.iAnchorPosition
   476                         fepMan->UpdateInlineEditL( selectedWord, selectedWord.Length() );  //selection.iAnchorPosition
   477                         // To fix the bug: STAA-7GYBJC Suggested word is not committed when Arrow right key is pressed.
   477                         // To fix  Suggested word is not committed when Arrow right key is pressed.
   478                         ptiengine->CommitCurrentWord();
   478                         ptiengine->CommitCurrentWord();
   479                         fepMan->TryCloseUiL();
   479                         fepMan->TryCloseUiL();
   480                         // Asyncronous case update after the editor has handled the key
   480                         // Asyncronous case update after the editor has handled the key
   481                 		fepMan->SimulateKeyEventL(EKeyF19); 
   481                 		fepMan->SimulateKeyEventL(EKeyF19); 
   482 	                    retVal = ETrue;
   482 	                    retVal = ETrue;