photosphere
photosphere copied to clipboard
IE10: responseText does not work
Tried to run this in IE10 and I got errors when accessing responseText. From the watch window, it seems like responseText is set as some "SystemError" where as responseBody is valid (albeit a byte array).
I assume that IE fails to interpret the body (jpeg data) as a UTF-8 (or 16?) string, so body is valid and text is not. Switched the custom ajax implemtation in photosphere with a jquery ajax call and things started working better (i.e. now they work, previously they did not).
IE11, Firefox, Chrome, Safari on Mac were all ok.
IE is not supported in any capacity.
On 10 November 2013 22:38, andy31415 [email protected] wrote:
Tried to run this in IE10 and I got errors when accessing responseText. From the watch window, it seems like responseText is set as some "SystemError" where as responseBody is valid (albeit a byte array).
I assume that IE fails to interpret the body (jpeg data) as a UTF-8 (or 16?) string, so body is valid and text is not. Switched the custom ajax implemtation in photosphere with a jquery ajax call and things started working better (i.e. now they work, previously they did not).
IE11, Firefox, Chrome, Safari on Mac were all ok.
— Reply to this email directly or view it on GitHubhttps://github.com/kennydude/photosphere/issues/9 .