Open
Bug 1908888
Opened 4 months ago
Updated 3 months ago
Fix DOM Mutation selection in Debugger Tracer sidebar
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
We should scroll the tree at middle or bottom instead of top. The tree can also be confusing.
The frame displayed on top of the mutation isn't necessarily the function where the mutation happened.
If the function where the mutation happened called a function before doing the mutation, it will be confusing.
When showing values in CodeMirror, mutation frames do not show values and finding the frame in tree where we can see the argument values can be frustrating.
Updated•3 months ago
|
Type: defect → enhancement
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•