[Webkit-unassigned] [Bug 46012] XMLHttpRequest: readystatechange event is not dispatched when open() is called.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 1 14:35:49 PST 2012


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





--- Comment #2 from Joe Thomas <joethomas at motorola.com>  2012-02-01 14:35:48 PST ---
Created an attachment (id=125016)
 --> (https://bugs.webkit.org/attachment.cgi?id=125016&action=review)
Simplified test case

Simplified test case showing the sequence of state when readystatechange event is fired.

Webkit browsers fires readystatechange event with [1,2,3,4] (OPENED, HEADERS_RECEIVED, LOADING, DONE) whereas Firefox and IE fires with states [1,1,2,3,4]. As per spec, readystatechange event is supposed to be fired when Send() is called for asynchronous request but webkit does not do that.

I will create a patch if we agree to add this.

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