[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:03:19 PDT 2009


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





--- Comment #15 from Keishi Hattori <casey.hattori at gmail.com>  2009-10-24 21:03:17 PDT ---
WebInspector.documentKeyDown was calling WebInspector.searchKeyDown
So when I registered here WebInspector.searchKeyDown was getting called twice.


I just noticed I shouldn't have removed this comment either. Patch coming up.
-    // Call preventDefault since this was the Enter key. This prevents a
"search" event
-    // from firing for key down. We handle the Enter key on key up in
searchKeyUp. 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