Comment #12 on issue 13233 by hb...@chromium.org: Typing into Flash with wmode = opaque|transparent and non-latin language active outputs as if US keyboard layout active http://code.google.com/p/chromium/issues/detail?id=13233
jam, Thank you for your comments. I'm trying to write a UI test that opens a page including a plug-in, sends a keyboard events, and monitor its output. To read "src\webkit\tools\npapi_layout_test_plugin\main.cpp", it seems its WM_KEYUP and WM_KEYDOWN handlers are not implemented as shown in the following code snippet. So, I'm wondering if I should implement them to support non-ASCII characters or there are other (and better) options. case WM_KEYUP: // TODO(tc): We need to convert evt->wParam from virtual-key code // to key code. log(instance, "NOTIMPLEMENTED: keyup '%c'", ' '); break; To hear your comment, it seems to be a good option to implement them and add a UI test. Thank you for your information. Regards, -- 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 -~----------~----~----~----~------~----~------~--~---