[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:52:11 PDT 2009


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





--- Comment #14 from Timothy Hatcher <timothy at hatcher.name>  2009-10-24 20:52:10 PDT ---
(In reply to comment #13)
> Created an attachment (id=41809)
 --> (https://bugs.webkit.org/attachment.cgi?id=41809) [details]
> 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.

Yes but you unregisted keydown, which still is needed.

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

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