Comment #8 on issue 9622 by [email protected]: Webkit editor swallows hotkeys http://code.google.com/p/chromium/issues/detail?id=9622
I read http://www.w3.org/TR/DOM-Level-3-Events/keyset.html, and I guess result.unmodifiedText and text would be used to generate text_input event. If so, we don't need to set text if some modifiers except Shift was pressed. When some modifiers was pressed, key event will be generated from keyIdentifier and modifiers state. Is my understanding correct? I've update issue 62092 and it looks working ok for me. Anyway, we'll need to revisit here when we support IME, I think. -- 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 -~----------~----~----~----~------~----~------~--~---
