equal
deleted
inserted
replaced
703 if (AknLayoutUtils::PenEnabled()) |
703 if (AknLayoutUtils::PenEnabled()) |
704 { |
704 { |
705 if(iEditor && Rect().Contains(aPointerEvent.iPosition)) |
705 if(iEditor && Rect().Contains(aPointerEvent.iPosition)) |
706 { |
706 { |
707 iEditor->HandlePointerEventL(aPointerEvent); |
707 iEditor->HandlePointerEventL(aPointerEvent); |
708 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF |
|
709 ActivateVkbL(); |
|
710 #endif |
|
711 if ( !iEditing ) |
708 if ( !iEditing ) |
712 { |
709 { |
713 SetEditingL( ETrue ); |
710 SetEditingL( ETrue ); |
714 iCoeEnv->SyncNotifyFocusObserversOfChangeInFocus(); |
711 iCoeEnv->SyncNotifyFocusObserversOfChangeInFocus(); |
715 CBrowserAppUi::Static()->UpdateCbaL(); |
712 CBrowserAppUi::Static()->UpdateCbaL(); |
717 } |
714 } |
718 else |
715 else |
719 { |
716 { |
720 if(aPointerEvent.iType == TPointerEvent::EButton1Down) |
717 if(aPointerEvent.iType == TPointerEvent::EButton1Down) |
721 { |
718 { |
722 // pointer outside of control |
719 // pointer outside of control |
723 CBrowserAppUi::Static()->ActiveView()->HandleCommandL(EWmlCmdGotoPaneCancel); |
720 CBrowserAppUi::Static()->ActiveView()->HandleCommandL(EWmlCmdGotoPaneCancel); |
724 } |
721 } |
725 } |
722 } |
726 } |
723 } |
727 } |
724 } |
728 // ---------------------------------------------------------------------------- |
725 // ---------------------------------------------------------------------------- |