Comment #5 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

After some more digging, it appears that this is because the TabContentsDelegate (HtmlDialogTabContentsDelegate) does not override PreHandleKeyboardEvent() and
HandleKeyboardEvent().

Not sure why this doesn't cause problems on Windows/Linux.

A short-term solution (if this is indeed the problem) is to override
HtmlDialogTabContentsDelegate on the Mac side and copy the relevant code from
BrowserWindowCocoa.mm (we have to copy as we don't have a Browser or
BrowserWindow object). The long-term solution would of course be to decomp this
code in a Browser-independent form.

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