Open Bug 1419294 Opened 7 years ago Updated 2 years ago

Putting an expanded object in the sidebar should expand the same nodes

Categories

(DevTools :: Console, enhancement, P2)

enhancement

Tracking

(firefox59 affected)

Tracking Status
firefox59 --- affected

People

(Reporter: nchevobbe, Unassigned)

References

(Blocks 1 open bug)

Details

Steps to reproduce: 1. Evaluate `({a: { b: 2}})` 2. Expand the root node 3. Expand the `a` property 4. We should have the following state in the console ``` ▼ {…} | ▼ a: {…} | | b: 2 | | ▶︎ __proto__ | ▶︎ __proto__ ``` 5. Put the object in the sidebar Expected results: The object appears in the sidebar with the same nodes expanded
Blocks: 1380501
Severity: normal → enhancement
Priority: -- → P2
Whiteboard: [newconsole-mvp]
Whiteboard: [newconsole-mvp]
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.