Comment #10 on issue 22654 by [email protected]: focus traversal  
doesn't work in extension views
http://code.google.com/p/chromium/issues/detail?id=22654

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=32335

------------------------------------------------------------------------
r32335 | [email protected] | 2009-11-18 09:36:33 -0800 (Wed, 18 Nov  
2009) | 12 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/extensions/extension_host.cc?r1=32335&r2=32334
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/browser_actions_container.cc?r1=32335&r2=32334
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/browser_bubble_win.cc?r1=32335&r2=32334
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/extensions/extension_view.cc?r1=32335&r2=32334
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/views/extensions/extension_view.h?r1=32335&r2=32334

Fixes several focus issue with popup in the extensions' browser actions:
- when opening a browser action popup, it gets the focus.
- tab traversal now works in the popup
- pressing esc closes the popup (if the keyboard event is not processed by  
the page)

BUG=22654, 28087, 28086
TEST=Create an extension with a browser extension that shows a popup. Make  
the popup
      so that it has a textfield (that gets focused when the popup show) and  
a button.
      Install the extension. Open the popup, the textfield should have  
focus. Press
      tab, the focus should go to the button. Press Esc, the popup should be  
closed.

Review URL: http://codereview.chromium.org/402036
------------------------------------------------------------------------


--
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