Bug 15424

Summary: "null" and "undefined" printing in the Drosera console are poor
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Eric Seidel (no email)
Reported 2007-10-08 09:13:30 PDT
"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.
Attachments
Timothy Hatcher
Comment 1 2008-05-17 09:34:34 PDT
Not an issue in the Web Inspector's debugger and the Inspector's console.
Note You need to log in before you can comment on or make changes to this bug.