[ http://wso2.org/jira/browse/MASHUP-94?page=all ]

Jonathan Marsh updated MASHUP-94:
---------------------------------

    Fix Version/s: 1.1

> async stubs require "_userdata" property - missing on ActiveX and probably 
> other versions.
> ------------------------------------------------------------------------------------------
>
>                 Key: MASHUP-94
>                 URL: http://wso2.org/jira/browse/MASHUP-94
>             Project: WSO2 Mashup Server
>          Issue Type: Bug
>            Reporter: Jonathan Marsh
>         Assigned To: Jonathan Marsh
>             Fix For: 1.1
>
>
> This doesn't work with the ActiveX control:
>        if (isAsync) {
>             thisRequest._userdata = userdata;
>             thisRequest.onreadystatechange = 
>                 function() {
>                     if (thisRequest.readyState == 4)
>                         callback(thisRequest, userdata);
>                 }
>         }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to