widgets/widgetapp/src/WidgetUiWindowContainer.cpp
changeset 10 a359256acfc6
parent 1 7c90e6132015
child 11 c8a366e56285
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   314                    (aKeyEvent.iScanCode > EStdKeyScrollLock && aKeyEvent.iScanCode < EStdKeyF1))
   314                    (aKeyEvent.iScanCode > EStdKeyScrollLock && aKeyEvent.iScanCode < EStdKeyF1))
   315                     {
   315                     {
   316                     if ( iWindowManager.ActiveWindow() &&
   316                     if ( iWindowManager.ActiveWindow() &&
   317           			        iWindowManager.View()->CbaGroup()->IsVisible() )
   317           			        iWindowManager.View()->CbaGroup()->IsVisible() )
   318                         {
   318                         {
   319                         iWindowManager.View()->ShowActivatedObject(ETrue, showStausPane);
   319                         iWindowManager.View()->UpdateStatusPane(ETrue);
   320                         editing = ETrue;
   320                         editing = ETrue;
   321                         }
   321                         }
   322                     }
   322                     }
   323                 break;
   323                 break;
   324                 }
   324                 }
   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             {
   335             {
   336             iWindowManager.View()->ShowActivatedObject(EFalse);
   336             iWindowManager.View()->UpdateStatusPane(EFalse);
   337             }
   337             }
   338 
   338 
   339         }
   339         }
   340 
   340 
   341     return resp;
   341     return resp;