widgets/widgetapp/src/WidgetUiWindowContainer.cpp
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 25 0ed94ceaa377
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
   329         resp = Engine()->OfferKeyEventL( aKeyEvent, aType );
   329         resp = Engine()->OfferKeyEventL( aKeyEvent, aType );
   330 
   330 
   331         // special case for readonly input box - if not activated then remove status pane and cba
   331         // special case for readonly input box - if not activated then remove status pane and cba
   332         if( editing && aType == EEventKeyUp &&
   332         if( editing && aType == EEventKeyUp &&
   333             (Engine()->FocusedElementType() != TBrCtlDefs::EElementActivatedInputBox  &&
   333             (Engine()->FocusedElementType() != TBrCtlDefs::EElementActivatedInputBox  &&
   334              Engine()->FocusedElementType() != TBrCtlDefs::EElementActivatedObjectBox  ))
   334              Engine()->FocusedElementType() != TBrCtlDefs::EElementActivatedObjectBox &&
       
   335              Engine()->FocusedElementType() != TBrCtlDefs::EElementTextAreaBox))
   335             {
   336             {
   336             iWindowManager.View()->UpdateStatusPane(EFalse);
   337             iWindowManager.View()->UpdateStatusPane(EFalse);
   337             }
   338             }
   338 
   339 
   339         }
   340         }