[Webkit-unassigned] [Bug 17470] New: throws are not properly recorded in the console in onreadystatechange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 03:16:31 PST 2008


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

           Summary: throws are not properly recorded in the console in
                    onreadystatechange
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tolmasky at gmail.com


myXMLHTTPRequestObject.onreadystatechange = function () { throw "hello". }

This will report "undefined" in the error console, whereas it reports "hello"
from everywhere else it could be thrown.


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