[Webkit-unassigned] [Bug 157602] New: Web Inspector: `this` in Scope Chain Sidebar does not have preview, looks poor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 17:48:23 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157602

            Bug ID: 157602
           Summary: Web Inspector: `this` in Scope Chain Sidebar does not
                    have preview, looks poor
    Classification: Unclassified
           Product: WebKit
           Version: WebKit 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: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, sbarati at apple.com,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

* SUMMARY
`this` in Scope Chain Sidebar does not have preview, looks poor

* TEST
<body><img id="x">
<script>
function foo() {
    let x = 1;
    console.log(this);
    debugger;
}
foo.call(window.x);
</script>

* STEPS TO REPRODUCE
1. Inspect test page
2. Reload
  => Pause
3. Show Scope Chain Sidebar in Debugger Tab
  => The `this` in the Local Variables scope is not pretty, because it lacks a preview

-- 
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/20160512/df9553ee/attachment.html>


More information about the webkit-unassigned mailing list