uifw/AvKon/src/AknQueryControl.cpp
branchRCL_3
changeset 64 85902f042028
parent 56 d48ab3b357f1
child 72 a5e7a4f63858
--- a/uifw/AvKon/src/AknQueryControl.cpp	Tue Sep 14 21:48:24 2010 +0300
+++ b/uifw/AvKon/src/AknQueryControl.cpp	Wed Sep 15 12:29:17 2010 +0300
@@ -3396,7 +3396,7 @@
 		to open in input dialog (usability). The valid area is enlarged to editor frame rect,
 		instead of text's rect, because text rect is too small for user to tap*/
 		CCoeControl* ctrl = ControlByLayoutOrNull( iQueryType );
-		if( ctrl )
+		if( ctrl && !EmbeddedVirtualInput() )
 			{
 			TPointerEvent pointerEvent( aPointerEvent );
 			if( !ctrl->Rect().Contains( aPointerEvent.iPosition ) && ( NbrOfEditorLines() == 1 ) )