[Webkit-unassigned] [Bug 15424] New: "null" and "undefined" printing in the Drosera console are poor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 8 09:13:30 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15424

           Summary: "null" and "undefined" printing in the Drosera console
                    are poor
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Drosera
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


"null" and "undefined" printing in the Drosera console are poor

var x = undefined
undefined

x
 // nothing prints

var y = null
undefined

y
// nothing prints

var z = "undefined"
undefined

z
undefined

This is all very confusing.  I would expect "undefined" and "null" to be
special values and print the string "undefined" or "null" when printed.  Some
sort of special (styled) .toString() behavior for the Drosera console.


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



More information about the webkit-unassigned mailing list