Being able to disable/re-enable an event listener for a given node
Categories
(DevTools :: Inspector, enhancement, P3)
Tracking
(firefox98 fixed)
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: pbro, Assigned: nchevobbe)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
It looks like the Event Breakpoints feature is complete (at least it's present in Dev Edition), but I still cannot disable specific events. Was this shelved?
Comment 10•4 years ago
|
||
(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from comment #3)
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.
532o8ksi95wvHonza
Hello,
It seems that features were different: "remove an event listener from devtools" and "pause or breakpoint on events".
The 2nd one is OK, but, like vaindil, I don't see the 1st one.
I don't understand why https://bugzilla.mozilla.org/show_bug.cgi?id=1226637 was marked as duplicate and resolved, for me, it was totally different, even if some code could be reused.
Benjamin
Comment 11•3 years ago
|
||
Hello,
I see this issue has been resolved, but not actually implemented.
I would like to be able to toggle events on/off, or in the least disable them like I can on Chrome. This is a core feature when working as a web developer and I sadly must always switch over to Chrome for Event related debugging...
Comment 12•3 years ago
|
||
(In reply to dbkup from comment #11)
Hello,
I see this issue has been resolved, but not actually implemented.
I would like to be able to toggle events on/off, or in the least disable them like I can on Chrome. This is a core feature when working as a web developer and I sadly must always switch over to Chrome for Event related debugging...
What I mean is the linked bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1226637 is marked as duplicate and resolved, but doesn't actually fix the issue as described above.
Comment 13•3 years ago
|
||
(In reply to dbkup from comment #12)
(In reply to dbkup from comment #11)
Hello,
I see this issue has been resolved, but not actually implemented.
I would like to be able to toggle events on/off, or in the least disable them like I can on Chrome. This is a core feature when working as a web developer and I sadly must always switch over to Chrome for Event related debugging...What I mean is the linked bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1226637 is marked as duplicate and resolved, but doesn't actually fix the issue as described above.
The resolution of that bug is DUPLICATE
. That means that the person who closed it did so not because they think the issue is fixed, but because they don't want to have multiple bugs open that all track the same issue. This keeps discussion of the issue focused in one place and simplifies maintenance.
Comment 14•3 years ago
|
||
Would super love this feature back again. Thanks!
Assignee | ||
Comment 15•3 years ago
|
||
Depends on D135130
Updated•3 years ago
|
Comment 16•3 years ago
|
||
Assignee | ||
Comment 18•3 years ago
|
||
Fixed the test failure (it was a leak because accessing nsIEventListenerInfo.enabled
while the page closes, i guess, was throwing and not clearing the node actor map properly)
Comment 19•3 years ago
|
||
Comment 20•3 years ago
|
||
bugherder |
Description
•