Closed
Bug 1048033
Opened 11 years ago
Closed 11 years ago
Event listener popup shows jQuery event binding
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1044932
People
(Reporter: osmose, Unassigned)
Details
If you bind an event listener to an element via a library like jQuery and inspect the bound listener with the event listener popup in the Inspector, you get taken to the jQuery listener that defers to your own listener.
This is expected given that jQuery's listener is the actual thing that's listening, but it would be really nice if we could somehow show the listener that jQuery calls.
Perhaps have the popup ignore listeners that are in a blackboxed source file and just list whatever calls emit from those listeners?
Reporter | ||
Comment 1•11 years ago
|
||
Example JSFiddle: http://jsfiddle.net/M9uh2/
Updated•11 years ago
|
Flags: firefox-backlog?
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Flags: firefox-backlog?
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•