Index: chrome/browser/views/find_bar_view.cc |
=================================================================== |
--- chrome/browser/views/find_bar_view.cc (revision 13324) |
+++ chrome/browser/views/find_bar_view.cc (working copy) |
@@ -433,6 +433,9 @@ |
find_text_->GetText(), |
sender->tag() == FIND_NEXT_TAG); |
} |
+ // Move the focus back to the text-field, we don't want the button |
+ // focused. |
+ find_text_->RequestFocus(); |
Finnur
2009/04/08 15:22:36
Wait... what happens if I press Tab twice (startin
|
break; |
case CLOSE_TAG: |
container_->GetFindBarController()->EndFindSession(); |