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

Issue 675906 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit 29 days ago
Closed: Dec 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Feature



Sign in to add a comment

Fast inspection of object data attached to an element

Reported by moni...@gmail.com, Dec 20 2016

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36

Steps to reproduce the problem:
With modern frameworks (such as Angular 2) attaching data objects to element attributes, such as:
- `ng-reflect-ng-class="[Object object]"` or
- `ng-reflect-items="[Object object], [Object object], [Object object]"` (that one being reflection of a custom @Input())

it'd be more than desireable to be able to quickly inspect the real content of these objects.

What is the expected behavior?
Why don't we have a hover command like "Dump to console" when over an object-tagged attribute.
Or a simple popover.
Or both.

What went wrong?
(feature request)

Did this work before? N/A 

Chrome version: 54.0.2840.98  Channel: n/a
OS Version: OS X 10.11.6
Flash Version: Shockwave Flash 24.0 r0
 
Labels: M-57
Status: Untriaged (was: Unconfirmed)
This seems like a feature request, hence marking it as Untriaged. so that it would get addressed.

Thanks..

Comment 2 by alph@chromium.org, Jan 10 2017

Labels: -Type-Bug Type-Feature
Owner: lushnikov@chromium.org
Status: Assigned (was: Untriaged)
Status: WontFix (was: Assigned)
You can select the element in the elements panel and refer to it in the DevTools console as "$0". This should be enough to do any inspection.

Sign in to add a comment