Closed
Bug 850499
Opened 12 years ago
Closed 12 years ago
DevTools could use some event handler inspection logic
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 736078
People
(Reporter: miker, Assigned: miker)
References
Details
There is an excellent bookmarklet called Visual Events:
http://www.sprymedia.co.uk/article/Visual+Event+2
This would allow users to see events attached to node (via jQuery etc.)
We should implement an API that allows to gather this information so that it can be displayed:
- When inspecting via the markup view.
- When a node is locked (next to the selector).
- Via GCLI ... page overlay containing all information:
a. in boxes next to each element containing events.
b. in a box next to a specific element.
Assignee | ||
Updated•12 years ago
|
Summary: Add event information to developer tools → DevTools could use some event handler inspection logic
Assignee | ||
Comment 2•12 years ago
|
||
Jim's comments from bug 854439 should be useful here.
Comment 3•12 years ago
|
||
This is actually also a dupe of bug 736078 from a year ago.
Assignee | ||
Comment 4•12 years ago
|
||
So it is.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•