[Webkit-unassigned] [Bug 141740] New: Web Inspector: Object previews differs for objects logged before the Inspector was opened

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 17 19:35:25 PST 2015


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

            Bug ID: 141740
           Summary: Web Inspector: Object previews differs for objects
                    logged before the Inspector was opened
    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: nvasilyev at apple.com
                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

Created attachment 246789
  --> https://bugs.webkit.org/attachment.cgi?id=246789&action=review
Animated GIF of the problem

Expected output:

    {x: 12, y: 53, z: 29}
    <body>...</body>

Actual, logged while the inspector was closed:

    Object
    <body>...</body>

Actual, logged while the inspector was opened:

    {x: 12, y: 53, z: 29}
    ► body

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150218/2d5a0944/attachment-0002.html>


More information about the webkit-unassigned mailing list