Updates:
Cc: [email protected] [email protected] [email protected]
[email protected]
Comment #4 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 reason for this is that cocoa sends ctrl-tab down the "key view loop"
path (
http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/EventOverv
iew/EventArchitecture/EventArchitecture.html#//apple_ref/doc/uid/10000060i-CH3-
SW10 ,
http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/EventOverv
iew/HandlingKeyEvents/HandlingKeyEvents.html#//apple_ref/doc/uid/10000060i-
CH7-SW9 ). My plan here is to override [NSApp sendEvent:] to send events to
the web
directly to the web, sidestepping cocoa's menu and key view loop stuff.
--
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
-~----------~----~----~----~------~----~------~--~---