[Webkit-unassigned] [Bug 115800] New: Web Inspector: console.log alternates between object & element representations on refresh

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 8 07:16:54 PDT 2013


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

           Summary: Web Inspector: console.log alternates between object &
                    element representations on refresh
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://tjmcewan.github.io/wtfkit/
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tim at mcewan.it
                CC: timothy at apple.com, joepeck at webkit.org,
                    graouts at apple.com


If an element is logged using `console.log()`, it may appear in the console as a list of attributes (an object representation; the same as `console.dir()` shows), or it may appear as a clickable element.  Refreshing the page appears to consistently switch between the two.  The attached HTML file (and web address above) compares the output of `console.log()` and `console.dir()` to illustrate the issue.

The behaviour is consistent across Chrome, Chrome Canary, Safari 6.0.4, and Webkit Nightly (537+).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list