New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 711567 link

Starred by 1 user

Issue metadata

Status: Archived
Owner:
Closed: Dec 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: frozen object has no indication that modifying its value won't work

Project Member Reported by l...@chromium.org, Apr 14 2017

Issue description

What steps will reproduce the problem?
(1) Enter 'var x = Object.freeze({a: 1})' in the console
(2) Try to modify it, e.g. `x.a = 2`

What is the expected result?
There should be some visual indication that modifying a frozen object won't do anything.  As a user, I have no idea whether something like `this.props` is not writable.

What happens instead?
No indication that x.a = 2 failed.

Perhaps we could explore some 'icy/frozen icon'?
 

Comment 1 by l...@chromium.org, Dec 8 2017

Status: Archived (was: Assigned)
With our current priorities, this will likely not be fixed soon.  Archiving for now.

Sign in to add a comment