[Webkit-unassigned] [Bug 18232] New: Exceptions thrown in setTimeOut not reported correctly in Console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 31 00:56:27 PDT 2008


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

           Summary: Exceptions thrown in setTimeOut not reported correctly
                    in Console
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: playmobil at google.com


Testcase:

setTimeout(function() {throw "Thrown from inside timeout";}, 10);
throw "Thrown from outside timeout";

Expected result:
After running the above code the console should show the following errors:
* "Thrown from outside timeout"
* "Thrown from inside timeout"

Actual Results:
The exception thrown from inside the timeout is displayed as "undefined" in the
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