Side navigation
#2153 closed bug (invalid)
Opened January 11, 2008 06:47PM UTC
Closed February 05, 2010 07:59PM UTC
env.js's implementation of XMLHttpRequest.open ignores async parameter
Reported by: | davidserduke | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | build | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Originally reported by mikesamuel, Jan 08 (2 days ago) at the Google Issues forum:
At http://jqueryjs.googlecode.com/svn/trunk/jquery/build/runtest/env.js
Line 571 if (async) this.async = true; Line 690: async: true,
async is initialized to true and only ever set to true. There is
additional code that switches on async, so the flag is significant.
What steps will reproduce the problem?
1. set document.location which calls XMLHttpRequest with async unspecified
What is the expected output? What do you see instead?
document is created asynchronously on a separate thread.
What version of the product are you using? On what operating system?
The version from trunk revision 4373
Attachments (0)
Change History (1)
Changed February 05, 2010 07:59PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This should be discussed in the env-js group:
http://groups.google.com/group/envjs