Open
Bug 918715
Opened 10 years ago
Updated 1 year ago
Highlight event listener targets
Categories
(DevTools :: Debugger, enhancement, P5)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: vporof, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [debugger-reserve])
This would be lovely to have. Right click + list of nodes + clicking could work, or even highlighting them all once we have a multi-highlighter. Or something else. Followup for bug 800857.
Updated•10 years ago
|
Priority: -- → P3
Comment 1•10 years ago
|
||
Multi-highlighter sounds hot. It might also be fun to jump to inspecting the node in the DOM inspector? The first cut should just be something like: * if there is just one event, clicking could go straight to it * if there is more than one event, clicking could pop up a list? Right-clicking seems unnecessary unless you have a better plan for left-clicking here.
Although slightly orthogonal to this issue, a big +1 from me for being able to jump to the DOM inspector from associated HTML elements (e.g., in the console and/or variable inspector).
Reporter | ||
Comment 3•10 years ago
|
||
(In reply to heavy from comment #2) > Although slightly orthogonal to this issue, a big +1 from me for being able > to jump to the DOM inspector from associated HTML elements (e.g., in the > console and/or variable inspector). Yup, bug 918728.
Reporter | ||
Comment 4•10 years ago
|
||
(In reply to Jeff Griffiths (:canuckistani) from comment #1) > > Right-clicking seems unnecessary unless you have a better plan for > left-clicking here. Clicking is currently used to check/uncheck the event, which might prove to be convenient than trying to hit such a small target as a checkbox? Maybe clicking would show the following context menu: === Enable/disable breaking on event --- Selector 1 Selector 2 --- Listener function 1 Listener function 2 === That way you don't completely regress the current UX, and add ways of jumping to nodes and functions. However, I don't see how the multi-highlighter could fit in with this (which is a shame because it may have looked really cool).
Updated•9 years ago
|
Summary: Add ability to highlight event listeners' targets → Highlight event listener targets
Updated•9 years ago
|
Blocks: dbg-frontend
Updated•5 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Priority: P3 → P5
Updated•4 years ago
|
Type: defect → enhancement
Updated•4 years ago
|
Whiteboard: [debugger-reserve]
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•