Hi Jonathan,

out of the box it seems to me that there is a javascript error in
console.log(e.getContent();)

which should probably read

console.log(e.getContent());

Some browser may be more forgiving that another, so this might solve 
your issue.
Apart from that, IIRC IE 8 does not offer a native console - so there is 
a chance the "completed" listener gets triggered but the logging fails.

If this doesn't help, you should provide the info
- which is your qooxdoo version?
- which are  "all the other browsers" (esp. version numbers and OS)?
- which are the circumstances of the request - is it cross domain? does 
the targeted file really exist (or is it computed)?
- is the "req" variable declared somewhere else, or is the "var req" 
indeed missing?

HTH,

greetings,
Stefan


On 03.07.2011 10:27, Jonathan Wolfe wrote:
> Hi,
>
> In IE version: 8.0.6001.18702
>
> I'm trying this request and get null as a returned value:
>
> req = new qx.io.remote.Request('./resource/ms/MaxT_KPDX.data', "GET",
> "text/javascript");
> req.addListener("completed", function(e) {
> console.log(e.getContent();)
> });
> req.send();
>
> All the other browsers seem to make the request without a problem. Any
> ideas?
>
> I tried putting the full url to the file with the same result.
>
> Thanks for the help,
> Jonathan

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to