photosphere icon indicating copy to clipboard operation
photosphere copied to clipboard

IE10: responseText does not work

Open andy31415 opened this issue 11 years ago • 1 comments

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.

andy31415 avatar Nov 10 '13 22:11 andy31415

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 .

kennydude avatar Nov 10 '13 22:11 kennydude