Bug 167078 - Web Inspector: when debugging into an event listener, Debugger Tab should show previous/current/next event listeners for the DOM event
Summary: Web Inspector: when debugging into an event listener, Debugger Tab should sho...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-01-15 14:35 PST by BJ Burg
Modified: 2017-01-15 14:36 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 BJ Burg 2017-01-15 14:35:52 PST
When debugging DOM event dispatch, it would be helpful to know which listeners have or will fire (modulo stopPropagation()) for the current event. We could show this in Debugger tab whenever the top of the call stack is a DOM event dispatch.
Comment 1 Radar WebKit Bug Importer 2017-01-15 14:36:05 PST
<rdar://problem/30033636>