equal
deleted
inserted
replaced
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; |