jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

Local external instances are not loaded in Internet Explorer #611

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
External instances are not loaded in IE. See the attached form (and external 
instance) for an example of this.

The root cause appears to be that YAHOO.util.Connect.asyncRequest() is 
failing. However, I have incidental evidence that this is not the case for 
everyone, so there may be something screwy with my set-up.

Note: Although this is caused by the same bug as issue 610 (for Safari), I'm 
raising this separately because that issue has an alternative fix that can 
not be applied to IE.

Original issue reported on code.google.com by phil.boo...@gtempaccount.com on 20 Nov 2009 at 3:45

GoogleCodeExporter commented 8 years ago

Original comment by phil.boo...@gtempaccount.com on 20 Nov 2009 at 4:37

Attachments:

GoogleCodeExporter commented 8 years ago
Updating the Summary field for this issue, because I am now aware that it a 
local file 
issue. A fix will be committed for review shortly.

Original comment by phil.boo...@gtempaccount.com on 23 Nov 2009 at 2:43

GoogleCodeExporter commented 8 years ago
The cause of the problem was that the success HTTP status code on the XHR 
object is 
zero for local files.

A proposed fix is awaiting review at r3182.

Original comment by phil.boo...@gtempaccount.com on 23 Nov 2009 at 3:02

GoogleCodeExporter commented 8 years ago
Fixed at r3196.

Original comment by phil.boo...@gtempaccount.com on 25 Nov 2009 at 5:50