Fix hottracking on button views.The hottracking on the toolbar was broken, the...
Fix hottracking on button views.The hottracking on the toolbar was broken, the expected behavoir is when focus is set to the toolbar (by hitting SHIFT+ALT+T) and toolbar buttons are traversed by right/left arrow keys, a bevel should appear on the button (HOT Image). This patch fixes the initial hottracking issue where the first item is not hottracked. BUG=10942 TEST=ALT+SHIFT+T and traverse with arrow keys, observe hot tracking. Review URL: http://codereview.chromium.org/194037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27145 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- chrome/browser/views/toolbar_view.cc 0 additions, 4 deletionschrome/browser/views/toolbar_view.cc
- views/controls/button/custom_button.cc 14 additions, 0 deletionsviews/controls/button/custom_button.cc
- views/controls/button/custom_button.h 3 additions, 0 deletionsviews/controls/button/custom_button.h
Loading
Please register or sign in to comment