[webkit-reviews] review requested: [Bug 30660] WebInspector: Can't use IME inside console : [Attachment 41813] proposed patch 5

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


Keishi Hattori <casey.hattori at gmail.com> has asked  for review:
Bug 30660: WebInspector: Can't use IME inside console
https://bugs.webkit.org/show_bug.cgi?id=30660

Attachment 41813: proposed patch 5
https://bugs.webkit.org/attachment.cgi?id=41813&action=review

------- Additional Comments from Keishi Hattori <casey.hattori at gmail.com>
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.


More information about the webkit-reviews mailing list