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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 08:50:54 PDT 2009


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





--- Comment #5 from Timothy Hatcher <timothy at hatcher.name>  2009-10-22 08:50:53 PDT ---
(In reply to comment #4)
> (From update of attachment 41635 [details])
> > +                if (event.keyCode !== 229) {
> > +                    this._enterKeyPressed(event);
> 
> 229 all over the place is a bit confusing. Maybe you could add something like
> 
> function isEnterKey(event) {
>     // Check if in IME.
>     return event.keyCode !== 229 && event.keyIdentifier === "Enter";
> }
> 
> into the utilities.js?

Good idea. I agree.

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