Status: Untriaged
Owner: ----
CC: [email protected]
Labels: Type-Bug Pri-2 OS-All Area-Misc Size-Medium

New issue 9867 by [email protected]: Activating the previous/next  
buttons with the keyboard in the find bar should not change the focus
http://code.google.com/p/chromium/issues/detail?id=9867

1. Open a page with some text
2. CTRL-F to bring the find bar, type "e" to have matches
3. Tab to focus the next button, press space

Expected:
The find highlight moves to the next "e", the next button stays focused

Actual:
The find highlighting moves correctly but the focus is restored to the find
bar text-field

Notes:
In find_bar_view.cc, we are focus the find-bar text-field explicitly
everytime a button is pressed. We should augment the  
views::ButtonListener::ButtonPressed to also specify the origin (mouse
click or keyboard) so we could only restore the focus to the text-field on
clicks. May be we should pass the event to the callback?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to