Comment #20 on issue 30707 by [email protected]: Keyboard shortcuts failed
to work on Bookmark sync Sign in Authentication dialog
http://code.google.com/p/chromium/issues/detail?id=30707
I just tested the approach I mentioned above on Mac. It works without any
problem.
The only things is to implement following method in
html_dialog_window_controller.mm:
void HtmlDialogWindowDelegateBridge::HandleKeyboardEvent(
const NativeWebKeyboardEvent& event) {
if (event.skip_in_browser || event.type == NativeWebKeyboardEvent::Char)
return;
ChromeEventProcessingWindow* event_window =
static_cast<ChromeEventProcessingWindow*>([controller_ window]);
[event_window redispatchEvent:event.os_event];
}
--
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