browserui/browser/BrowserAppSrc/BrowserGotoPane.cpp
branchRCL_3
changeset 39 08ffbd51e3fd
parent 36 c9249d037530
child 40 3154c14a33db
equal deleted inserted replaced
37:25214794fad6 39:08ffbd51e3fd
   580             if ( iSearchInputFrame->Rect().Contains(aPointerEvent.iPosition))
   580             if ( iSearchInputFrame->Rect().Contains(aPointerEvent.iPosition))
   581                 {
   581                 {
   582                 if ( iSearchPaneActive )
   582                 if ( iSearchPaneActive )
   583                     {
   583                     {
   584                     iSearchEditor->HandlePointerEventL(aPointerEvent);
   584                     iSearchEditor->HandlePointerEventL(aPointerEvent);
       
   585 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF
       
   586                     ActivateVKB();
       
   587 #endif
   585                     }
   588                     }
   586                 else
   589                 else
   587                     {
   590                     {
   588                     SetSearchPaneActiveL();
   591                     SetSearchPaneActiveL();
   589                     }
   592                     }
   594             else
   597             else
   595                 {
   598                 {
   596                 if ( iGotoPaneActive )
   599                 if ( iGotoPaneActive )
   597                     {
   600                     {
   598                     iEditor->HandlePointerEventL(aPointerEvent);
   601                     iEditor->HandlePointerEventL(aPointerEvent);
       
   602 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF
       
   603                     ActivateVKB();
       
   604 #endif
   599                     }
   605                     }
   600                 else
   606                 else
   601                     {
   607                     {
   602                     SetGotoPaneActiveL();
   608                     SetGotoPaneActiveL();
   603                     }
   609                     }
  1103         else
  1109         else
  1104             {
  1110             {
  1105             iEditor->SetSelectionL(pos,pos);
  1111             iEditor->SetSelectionL(pos,pos);
  1106             TRAP_IGNORE(iEditor->HandlePointerEventL(pe));
  1112             TRAP_IGNORE(iEditor->HandlePointerEventL(pe));
  1107             }
  1113             }
       
  1114 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF
       
  1115         TRAP_IGNORE(SelectAllL());
       
  1116 #endif
  1108         }
  1117         }
  1109     }
  1118     }
  1110 
  1119 
  1111 // ----------------------------------------------------------------------------
  1120 // ----------------------------------------------------------------------------
  1112 // CBrowserGotoPane::ConstructSearchPaneL
  1121 // CBrowserGotoPane::ConstructSearchPaneL