UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
Steps to reproduce the problem:
1. In JavaScript, create an object that will be set by the view.
For example:
Object objA = { name: 'name' }
View will set this object as { name: 'nameOne' } on any event (Let us assume click).
2. When I console log the object, the object shows up the stale value { name: 'Name' } when it is collapsed. But, when I expand the Object shown in the console, it shows the correct value: { name: 'NameOne' }.
Seems like the expanded view is the latest value and the collapsed view is stale.
What is the expected behavior?
The expanded and collapsed views should show the latest object.
What went wrong?
The expanded and collapsed views are not in sync.
Did this work before? N/A
Chrome version: 55.0.2883.95 Channel: stable
OS Version: OS X 10.12.3
Flash Version: Shockwave Flash 24.0 r0
Comment 1 by pfeldman@chromium.org
, Feb 2 2017Owner: l...@chromium.org
Status: Assigned (was: Unconfirmed)
Summary: DevTools: [regression] The developer console seems to show conflicting values (was: The developer console seems to show conflicting values)