--- 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 ) )