Status: Unconfirmed Owner: ---- Labels: OS-Linux Area-Misc Size-Medium Type-Bug
New issue 16796 by james.su: Input method issue: When inputting text in a text box, if there is a composition string then pressing Backspace or Delete will cause the composition string be cleared and the text box refuses to accept any further input. http://code.google.com/p/chromium/issues/detail?id=16796 Chrome Version : svn 20614 OS + version : Ubuntu 9.04 CPU architecture (32-bit / 64-bit): 32-bit window manager : GNOME URLs (if applicable) : www.google.com Behavior in Firefox 3.x (if applicable): Correct Behavior in Chrome for Windows (optional): Unknown What steps will reproduce the problem? 1. open any web page with a text box (eg. www.google.com) and move cursor into the text box. 2. open a cjk input method and type something to generate a uncommitted composition text. Make sure the text box only contains the composition text. 3. press backspace What is the expected result? backspace key event should be consumed by input method, which may modify the composition text. What happens instead? WebKit handles the key event and clears the whole composition text, and then the text box enters a weird status that anything can't be inputted from input method, except latin characters. Please provide any additional information below. Attach a screenshot and backtrace if possible. scim is used for testing, and GTK_IM_MODULE=scim is set. -- 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 -~----------~----~----~----~------~----~------~--~---
