Bug 139095 - Web Inspector: add a badge/label to DOM elements that have event listeners installed
Summary: Web Inspector: add a badge/label to DOM elements that have event listeners in...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-11-28 19:25 PST by Brian Burg
Modified: 2016-12-13 15:37 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 Brian Burg 2014-11-28 19:25:51 PST
Firefox devtools does this, and it's unobtrusive yet helpful when hunting and pecking in the DOM tree outline.
Comment 1 Radar WebKit Bug Importer 2014-11-28 19:26:02 PST
<rdar://problem/19094981>
Comment 2 Brian Burg 2014-11-28 19:27:23 PST
Note that this differs from the event listeners shown in the details sidebar, which seem to enumerate any listeners that could handle an event emitted from the selected DOM element.