http://bugs.winehq.org/show_bug.cgi?id=32518
--- Comment #5 from Jactry Zeng jactry92@gmail.com 2012-12-23 03:13:43 CST --- (In reply to comment #3)
Created attachment 42911 [details] patch
The problem is that script's calling methods from readystate event callback and bind status callback data is not assigned to request yet. This patch attaches callback data on completion and fixes it for me, please confirm.
I retested with this patch, it fixed the bug.
Thanks Nikolay :-)