Open Bug 1910873 Opened 3 months ago Updated 3 months ago

Depth is incorrect and DOM events aren't shown when source are ignored

Categories

(DevTools :: Debugger, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: ochameau, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

When using blackboxing, the tracer can be confusing.

In the console, the depth will be looking weird as it will be the actual depth of frame, without considering that some parent frame were ignored and not displayed.

In the debugger, the depth is ignored visually, but as it is used to display the DOM events, as soon as the top most frame is ignored, the DOM events are no longer shown. It may also introduce some confusions in some case in the tree when depth ends up connecting and we are not have a depth=0 frame which force to create a new parent element in the tree.

The depth was incorrect, ultimately leading to miss the top level DOM event being correctly reported to the frontend.
We only report the current DOM Event for frame with detph being reported to zero.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: