[Webkit-unassigned] [Bug 71985] New: XMLHttpRequest: multiple open() cannot trigger multiple readystatechange events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 18:08:37 PST 2011


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

           Summary: XMLHttpRequest: multiple open() cannot trigger
                    multiple readystatechange events
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: deqing0309 at gmail.com


According to the XHR spec, a readystatechange event should be fired after the open() method is invoked.

But when invoking open() for multiple times, the readystatechange event is seen only once.

TEST: http://tc.labs.opera.com/apis/XMLHttpRequest/open-open-send.htm

This test case passes in FireFox7

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