browserui/browser/FavouritesSrc/BrowserBookmarksContainer.cpp
branchRCL_3
changeset 50 c9249d037530
parent 37 481242ead638
child 62 5a044f6358c2
equal deleted inserted replaced
48:5c11946e75b3 50:c9249d037530
   414             }
   414             }
   415         }
   415         }
   416 
   416 
   417     // If the Goto Pane exists and we're not fetching, decide
   417     // If the Goto Pane exists and we're not fetching, decide
   418     // if we should pass key event to the goto pane
   418     // if we should pass key event to the goto pane
   419     if ( iGotoPane && !CBrowserAppUi::Static()->Fetching() )
   419     if ( iGotoPane && ( !CBrowserAppUi::Static()->Fetching() || iGotoPaneActive ) )
   420         {
   420         {
   421         // If the key hadn't been consumed, so far, determine if the keystroke
   421         // If the key hadn't been consumed, so far, determine if the keystroke
   422         // should be handled by goto pane
   422         // should be handled by goto pane
   423         if ( ( result == EKeyWasNotConsumed ) || iSearchPaneActive )
   423         if ( ( result == EKeyWasNotConsumed ) || iSearchPaneActive )
   424             {
   424             {