[Webkit-unassigned] [Bug 143793] New: Web Inspector: "Log Value" of a value inside of an array, does not log the innermost value
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 15 13:06:08 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143793
Bug ID: 143793
Summary: Web Inspector: "Log Value" of a value inside of an
array, does not log the innermost value
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: joepeck at webkit.org
CC: graouts at webkit.org, joepeck at webkit.org,
jonowells at apple.com, mattbaker at apple.com,
nvasilyev at apple.com, timothy at apple.com,
webkit-bug-importer at group.apple.com
* SUMMARY
"Log Value" of a value inside of an array, does not log the innermost value.
* STEPS TO REPRODUCE
1. js> myObject = { array: [1, {name:"Joe", age:123}] }; dir(myObject)
2. Expand all the way to the inner object
3. Right click "name" and choose "Log Value"
=> Expected "Joe", but got the containing object {name: "Joe", age: 123}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150415/ab68c9ec/attachment.html>
More information about the webkit-unassigned
mailing list