browserui/browser/BrowserAppSrc/BrowserGotoPane.cpp
branchRCL_3
changeset 58 aead3f7e1bb0
parent 56 3154c14a33db
child 63 4baee4f15982
--- a/browserui/browser/BrowserAppSrc/BrowserGotoPane.cpp	Tue May 25 12:45:31 2010 +0300
+++ b/browserui/browser/BrowserAppSrc/BrowserGotoPane.cpp	Wed Jun 09 09:45:02 2010 +0300
@@ -351,6 +351,9 @@
             // When the user copies and paste's content to the find dialog, the editor
             // is in Text Input mode, The engine should still get the find keyword request
             || iEditor->AknEditorCurrentInputMode() == EAknEditorTextInputMode
+            // Also Chinese and Japanese input modes should apply here
+            || iEditor->AknEditorCurrentInputMode() == EAknEditorFullWidthKatakanaInputMode 
+            || iEditor->AknEditorCurrentInputMode() == EAknEditorHiraganaInputMode 
             )
             {
             if ( aEventType == MCoeControlObserver::EEventStateChanged )