Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.2.13-core
-
None
-
Google Chrome 5.0.307.11 (Official Build 39572) beta
WebKit 532.9
V8 2.0.6.6
User Agent Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.11 Safari/532.9
Description
iframe based PPR, used for input file post backs does not work in google chrome. The resulting DOM document is just an empty HTML document:
<html><head></head><body></body></html>
The PPR contents are completely lost when the browser parses the request.
Either the payload needs to be changed or some kind of XML header needs to be sent down to stop Chrome from obliterating the content. My guess is that it sees a non-HTML page and ignores the response as invalid content.