diff -r 3154c14a33db -r aead3f7e1bb0 browserui/browser/BrowserAppSrc/BrowserGotoPane.cpp --- 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 )