Ticket #524 (closed enhancement: fixed)
IframeIO transport is buggy on IE with 'multipart' request and 'text/xml' mimetype
| Reported by: | andyhot@… | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | 0.2 |
| Severity: | major | Keywords: | |
| Cc: |
Description
Dojo's IframeIO transport is buggy on IE when the request is multipart. In that case, the xml nodes returned to our load function (specified in dojo.io.bind) seem to contain the whole hidden iframe used for the transport.
Additionaly, the true response xml is hidden inside the text nodes of the above nodes.
In tacos.sf.net, we fixed / hacked this by - gathering the values of all text nodes in a string, - removing the doctype (IE doesn't seem to like this) - having a Microsoft.XMLDOM create xml nodes from the generated string
I'll try to attach 2 files that demonstrate this problem + contain the possible fix.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.