WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
65468
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2011-08-01 07:55:01 PDT
Created
attachment 102517
[details]
Patch
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
Committed
r92171
: <
http://trac.webkit.org/changeset/92171
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug