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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 24 21:39:09 PDT 2009


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


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

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




--- Comment #18 from Keishi Hattori <casey.hattori at gmail.com>  2009-10-24 21:39:07 PDT ---
Created an attachment (id=41813)
 --> (https://bugs.webkit.org/attachment.cgi?id=41813)
proposed patch 5

Re-added for now to be safe.
searchField.addEventListener("keydown", this.searchKeyDown.bind(this), false);

Added comment
+    // Call preventDefault since this was the Enter key. This prevents a
"search" event
+    // from firing for key down. This stops performSearch from being called
twice in a row.

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