[Webkit-unassigned] [Bug 119347] New: Web Inspector: Copying JS object output from console could be better

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 31 12:11:51 PDT 2013


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

           Summary: Web Inspector: Copying JS object output from console
                    could be better
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


* STEPS TO REPRODUCE:
1. js> ({"one":1, "two":2})
2. Copy the resulting output row
3. Paste it somewhere

* ACTUAL: (not expanded)
Object

* ACTUAL: (if expanded)
Object
one: 1
two: 2
__proto__: Object

* EXPECTED:
{"one":1, "two":2}

-- 
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