kennydude / photosphere

Photosphere -- THIS IS A PROOF OF CONCEPT. NO SUPPORT IS GIVEN
http://kennydude.github.com/photosphere/test.html
218 stars 62 forks source link

IE10: responseText does not work #9

Open andy31415 opened 10 years ago

andy31415 commented 10 years ago

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.

kennydude commented 10 years ago

IE is not supported in any capacity.

On 10 November 2013 22:38, andy31415 notifications@github.com 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 .