[ 
https://issues.apache.org/jira/browse/WICKET-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186908#comment-13186908
 ] 

Serban Balamaci commented on WICKET-4332:
-----------------------------------------

Hi Martin,
I think in the patch, in Wicket._createXmlDocument, the "return xmlDocument;" 
should go a level lower, as it returns nothing for if (window.DOMParser) branch 
and breaks other browsers than IE.

For some reason in IE9, envelope.compatMode shows as undefined instead of 
"BackCompat".
Will investigate further but just wanted to let you know about the return.
                
> FileUpload: Using IE9 in IE8 compatibility mode, ajax-response cannot be 
> parsed
> -------------------------------------------------------------------------------
>
>                 Key: WICKET-4332
>                 URL: https://issues.apache.org/jira/browse/WICKET-4332
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.3
>            Reporter: Andreas Köhler
>            Assignee: Martin Grigorov
>         Attachments: WICKET-4332.patch, wicket-4332.tar.bz2
>
>
> See the quickstart project.
> When using a simple form with multipart/form-data and an IE9 (9.0.8112.16421 
> here) in IE8 compatibility mode (via X-UA-Compatible meta tag),
> the posting of the data in the hidden iframe works but the response text/xml 
> is not handled correctly.
> ERROR: Wicket.Ajax.Call.failure: Error while parsing response: Could not find 
> root <ajax-response> element

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to