[Webkit-unassigned] [Bug 6235] New: window.console.log only accepts strings

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Dec 24 13:51:07 PST 2005


http://bugzilla.opendarwin.org/show_bug.cgi?id=6235

           Summary: window.console.log only accepts strings
           Product: WebKit
           Version: 412+
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: JavaScript
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: rampant at gmail.com


The following javascript seems to freez the JavaScript Console:

<script>
window.console.log(42);
</script>

This means that window.console.log(element.offsetWidth); will freez the console, but window.console.log
("42"); will not.

-- 
Configure bugmail: http://bugzilla.opendarwin.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