[Webkit-unassigned] [Bug 18888] New: REGRESSION (3.1.1 - ToT): console shows wrong output for valid node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 4 13:44:52 PDT 2008


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

           Summary: REGRESSION (3.1.1 - ToT): console shows wrong output for
                    valid node
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
               URL: data:text/html,<button
                    onclick="javascript:console.log(document.body);
                    alert(document.body);">Log document.body</button>
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: HasReduction, Regression
          Severity: Normal
          Priority: P1
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit at mattlilek.com


Load the URL on this bug and open the Inspector's console and click the button
in the testcase.  The inspector incorrectly shows it as "undefined" while the
alert() shows it properly as "[object HTMLBodyElement]".

I'm not sure whether this is a bug in the inspector or JSCore or elsewhere, but
it is a regression from Safari 3.1.1.


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