Closed Bug 1597295 Opened 5 years ago Closed 5 years ago

Expanding an object in Sidebar expands even the original object

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(firefox-esr68 unaffected, firefox70 unaffected, firefox71 wontfix, firefox72 fixed)

RESOLVED FIXED
Firefox 72
Tracking Status
firefox-esr68 --- unaffected
firefox70 --- unaffected
firefox71 --- wontfix
firefox72 --- fixed

People

(Reporter: Honza, Assigned: nchevobbe)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

STR:

  1. Load any page (e.g. google.com)
  2. Open the Console panel
  3. Execute document
  4. Right click on the document object and pick Open in Side bar
  5. Expanding the object in the Sidebar expands also the original object in Console output -> BUG

ER: The original object doesn't expand

Honza

Has STR: --- → yes

:Honza, if you think that's a regression, then could you try to find a regression range in using for example mozregression?

Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Keywords: regression
Regressed by: 1580064

This will allow us to not have 2 object inspectors
with the same name, which was causing an issue
when putting an object in the sidebar (the object
in the sidebar and the one in the output would share
the same key in the objectInspector key, meaning that
expanding/collapsing nodes on one of them would also
do it on the other one).
A test needed to be modified where we were relying on
this behaviour.

Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3688c3274a4d
Allow to pass a pathPrefix property to the WebConsole ObjectInspector util. r=jlast.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: