[Webkit-unassigned] [Bug 30660] WebInspector: Can't use IME inside console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 24 20:34:12 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30660


Timothy Hatcher <timothy at hatcher.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41808|review?                     |review-
               Flag|                            |




--- Comment #12 from Timothy Hatcher <timothy at hatcher.name>  2009-10-24 20:34:11 PDT ---
(From update of attachment 41808)

> -    searchField.addEventListener("keydown", this.searchKeyDown.bind(this), false);
> -    searchField.addEventListener("keyup", this.searchKeyUp.bind(this), false);

You only want to unregister keyup.


> +function isEnterKey(event) {
> +    // Check if in IME.
> +    return event.keyCode !== 229 && event.keyIdentifier === "Enter";
> +}
> \ No newline at end of file

Add a new line.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list