webengine/osswebengine/WebKit/s60/webcoresupport/WebEditorClient.cpp
branchRCL_3
changeset 42 a1a5d4e727e8
parent 38 4917f9bf7995
child 48 79859ed3eea9
--- a/webengine/osswebengine/WebKit/s60/webcoresupport/WebEditorClient.cpp	Tue May 25 13:52:38 2010 +0300
+++ b/webengine/osswebengine/WebKit/s60/webcoresupport/WebEditorClient.cpp	Wed Jun 09 10:52:50 2010 +0300
@@ -500,6 +500,8 @@
                     break;
                     }
 
+                if(m_webView->fepTextEditor()->inlineTextEditingStarted()) 
+                    return;
                 if (TChar(kevent->symbianEvent().iCode).IsPrint()) {
                     if (m_webView->fepTextEditor()->DocumentLengthForFep() <
                         m_webView->fepTextEditor()->DocumentMaximumLengthForFep()) {
@@ -691,3 +693,4 @@
 
 
 
+