WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
19247
Offer an option "Pause when x event is fired"
https://bugs.webkit.org/show_bug.cgi?id=19247
Summary
Offer an option "Pause when x event is fired"
Anthony Ricaud
Reported
2008-05-25 15:22:20 PDT
Useful to see which functions are executed everytime a kind of event is fired. Especially useful for events fired often like mouse events.
Attachments
Add attachment
proposed patch, testcase, etc.
Allan Jardine
Comment 1
2008-11-27 01:23:57 PST
I'd quite like to see this implemented as well. It would be very useful to be able to tell what nodes have a particular type of event attached to this, but this doesn't appear to be possible in client-side Javascript using the DOM event functions (there was a proposal for 'eventListnerList' in DOM3 - but that appears to have been dropped). Having a short pause before the event is actually fired would be great for telling if there is an event handler attached or not - you could fire the event, if there is no handler it returns immediately with false, if there is then you can cancel the event and return true (or something to that effect!).
Blaze Burg
Comment 2
2014-01-12 15:05:44 PST
This information is available in the inspector timeline.
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