Open
Bug 1492846
Opened 6 years ago
Updated 2 years ago
Also list ancestors event listeners in the (ev) event bubble
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
References
(Blocks 2 open bugs)
Details
When you click an element's (ev) event bubble in the inspector, that gives you the list of event listeners attached to this element.
Chrome DevTools also has a useful way to show ancestors' listeners too (which would be triggered too when the event bubbles up).
This is a feature request to add this.
Now, Chrome has this in a sidebar panel, while it's all in a popup in Firefox. This does make it a little more complicated to add UI to it to toggle the ancestors listeners I suppose.
Reporter | ||
Updated•6 years ago
|
Blocks: devtools-webcompat-team
Comment 1•6 years ago
|
||
This feature is planned as part of "Pause on Event" project.
You might also see:
https://docs.google.com/document/d/1HPTnwnYydsRBRZw3XqGoiOSaMSIeHBvKRQENm4RegPI/edit?ts=5bce6279#heading=h.532o8ksi95wv
Honza
Updated•6 years ago
|
Updated•6 years ago
|
Blocks: dbg-event-bps
Reporter | ||
Updated•5 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•