RESOLVED FIXED65468
Web Inspector: _normalizeEventTypes (via console's monitorEvents) doesnt handle all events like 'search' and other atypical ones.
https://bugs.webkit.org/show_bug.cgi?id=65468
Summary Web Inspector: _normalizeEventTypes (via console's monitorEvents) doesnt hand...
Pavel Feldman
Reported 2011-08-01 07:46:36 PDT
Patch to follow.
Attachments
Patch (2.42 KB, patch)
2011-08-01 07:55 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2011-08-01 07:55:01 PDT
Yury Semikhatsky
Comment 2 2011-08-02 00:59:32 PDT
Comment on attachment 102517 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=102517&action=review > Source/WebCore/inspector/InjectedScriptSource.js:664 > + types = [ "mouse", "key", "control", "load", "unload", "abort", "error", "select", "change", "submit", "reset", "focus", "blur", "resize", "scroll", "search", "devicemotion", "deviceorientation" ]; Please remove control events from this list as they are declared below.
Pavel Feldman
Comment 3 2011-08-02 02:25:22 PDT
Note You need to log in before you can comment on or make changes to this bug.