[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:45:30 PDT 2009


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


Keishi Hattori <casey.hattori at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41808|0                           |1
        is obsolete|                            |
  Attachment #41809|                            |review?
               Flag|                            |




--- Comment #13 from Keishi Hattori <casey.hattori at gmail.com>  2009-10-24 20:45:29 PDT ---
Created an attachment (id=41809)
 --> (https://bugs.webkit.org/attachment.cgi?id=41809)
proposed patch 4

> > -    searchField.addEventListener("keydown", this.searchKeyDown.bind(this), false);
> > -    searchField.addEventListener("keyup", this.searchKeyUp.bind(this), false);
> You only want to unregister keyup.

I removed WebInspector.searchKeyUp because I moved performSearch to
searchKeyDown. Do I need it?

Patch just adds the newline.

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