browserui/browser/BrowserAppSrc/BrowserGotoPane.cpp
branchRCL_3
changeset 58 aead3f7e1bb0
parent 56 3154c14a33db
child 63 4baee4f15982
equal deleted inserted replaced
56:3154c14a33db 58:aead3f7e1bb0
   349         {
   349         {
   350         if ( iEditor->AknEditorCurrentInputMode() == EAknEditorCalculatorNumberModeKeymap
   350         if ( iEditor->AknEditorCurrentInputMode() == EAknEditorCalculatorNumberModeKeymap
   351             // When the user copies and paste's content to the find dialog, the editor
   351             // When the user copies and paste's content to the find dialog, the editor
   352             // is in Text Input mode, The engine should still get the find keyword request
   352             // is in Text Input mode, The engine should still get the find keyword request
   353             || iEditor->AknEditorCurrentInputMode() == EAknEditorTextInputMode
   353             || iEditor->AknEditorCurrentInputMode() == EAknEditorTextInputMode
       
   354             // Also Chinese and Japanese input modes should apply here
       
   355             || iEditor->AknEditorCurrentInputMode() == EAknEditorFullWidthKatakanaInputMode 
       
   356             || iEditor->AknEditorCurrentInputMode() == EAknEditorHiraganaInputMode 
   354             )
   357             )
   355             {
   358             {
   356             if ( aEventType == MCoeControlObserver::EEventStateChanged )
   359             if ( aEventType == MCoeControlObserver::EEventStateChanged )
   357                 {
   360                 {
   358                 HBufC* newText = GetTextL();
   361                 HBufC* newText = GetTextL();