--- a/widgets/widgetapp/src/WidgetUiWindowContainer.cpp Thu Aug 27 07:44:59 2009 +0300
+++ b/widgets/widgetapp/src/WidgetUiWindowContainer.cpp Thu Sep 24 12:53:48 2009 +0300
@@ -331,7 +331,8 @@
// special case for readonly input box - if not activated then remove status pane and cba
if( editing && aType == EEventKeyUp &&
(Engine()->FocusedElementType() != TBrCtlDefs::EElementActivatedInputBox &&
- Engine()->FocusedElementType() != TBrCtlDefs::EElementActivatedObjectBox ))
+ Engine()->FocusedElementType() != TBrCtlDefs::EElementActivatedObjectBox &&
+ Engine()->FocusedElementType() != TBrCtlDefs::EElementTextAreaBox))
{
iWindowManager.View()->UpdateStatusPane(EFalse);
}