Bug 19247 - Offer an option "Pause when x event is fired"
Summary: Offer an option "Pause when x event is fired"
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-25 15:22 PDT by Anthony Ricaud
Modified: 2014-01-12 15:05 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Ricaud 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.
Comment 1 Allan Jardine 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!).
Comment 2 BJ Burg 2014-01-12 15:05:44 PST
This information is available in the inspector timeline.