Opened 13 years ago
Closed 13 years ago
#5158 closed bug (fixed)
function onreadystatechange sometimes fails
Reported by: | spaceorc | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | ajax | Version: | 1.3.2 |
Keywords: | onreadystatechange xhr readyState | Cc: | |
Blocked by: | Blocking: |
Description
function onreadystatechange sometimes fails with message "xhr.readyState is null or not an object" at the following line:
if (xhr.readyState == 0) { <-- line 3555
Note: See
TracTickets for help on using
tickets.
This was fixed in 1.4.