Hi everybody,

We are facing a problem with Chrome 5 (5.0.375.55) that is driving us crazy.

We have an application that has been working since now in main
browsers, including IE 5 to 8, FF and Chrome. We are migrating the app
to Qx 1.1 (originally in 0.7.4), but the problem arises in both the
new and the old one.

The error we are getting is:

"qx.io.remote.Exchange: Unknown status code: 0 (4)
Failed to send data: Error: NETWORK_ERR: XMLHttpRequest Exception 101"

I've been able to find some people out there that have this same or
similar problem (see
http://code.google.com/p/chromium/issues/detail?id=36869), but I
couldn't find any clue in Qooxdoo's lists, although it seems to be a
common problem in ajax applications using XMLHttpRequest and Webkit
engines.

More info:

- We are communicating client and server by sending POST requests with
XML contents and responding with XML documents as well.
- It is working in IE 6 and up, FF 2.x and UP, Chrome 4.1 (don't know
lower versions), Opera 10.x and Safari.
- It fails in Chrome 5
- As the message says, the status code returned is 0 (?)
- responseText is empty
- There are no cross domain issues here (everything in hosted in a
local web server) nor file:/// protocol is involved

Any clues? Anybody had the same problem (and is there any known workaround)?

Thanks in advance,

Al

------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to