Comment #9 on issue 24921 by [email protected]: ctrl-tab in a page
enables strange search
http://code.google.com/p/chromium/issues/detail?id=24921
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=29396
------------------------------------------------------------------------
r29396 | [email protected] | 2009-10-19 07:00:26 -0700 (Mon, 19 Oct 2009)
| 8 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/chrome_application_mac.mm?r1=29396&r2=29395
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/cocoa/chrome_event_processing_window.mm?r1=29396&r2=29395
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/renderer_host/render_widget_host_view_mac.mm?r1=29396&r2=29395
Short-circuit events rwhvmac if it's focussed.
This way the key view loop can't steal our events. This effectively reverts
part of http://codereview.chromium.org/242069 and instead takes a bit from
http://codereview.chromium.org/271054 .
BUG=24921
TEST=Open 2 tabs. Focus web. Ctrl-tab should switch tabs. Cmd-1/2 should
switch tabs. Hitting backspace should go back if no textbox is focusses in
the web, else it should delete in the textbox. Hitting cmd-f in docs should
still open docs custom search interface.
Review URL: http://codereview.chromium.org/300002
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---