[Webkit-unassigned] [Bug 36702] New: Inconsistent behaviour of addEventListener/setTimeOut

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 27 07:18:54 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36702

           Summary: Inconsistent behaviour of addEventListener/setTimeOut
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robert at webkit.org


Created an attachment (id=51828)
 --> (https://bugs.webkit.org/attachment.cgi?id=51828)
Test Case

In the attached test, replacing

            window.addEventListener('load', doTest, false);

with

            window.addEventListener('load', function() {
                window.setTimeout(doTest, 0);

will cause the test to fail.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list