U
U
udachnik2012-03-15 08:36:28
ExtJS/Sencha
udachnik, 2012-03-15 08:36:28

FF and Ext.Ajax.request

I understand the problem ... There is a site, ext3.2.2, in a certain place it is called:

Ext.Ajax.request ({
method: 'GET',
params: { number: str },
url: '/cgi-bin/iassist.cgi',
failure: function (result,request) {console.log(result)},
});
everything is fine in chrome, but in FF I have the following:
image
If you press resend in firebug, then the request goes away.

Judging by the logs (of the server), the request is not sent to the server at all. What could be? Where to dig?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nur, 2012-03-15
@udachnik

it seems that the http request is interrupted by something, try to wrap something like this in the defer
setTimeout(function(){you code},0)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question