Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

responseText is still buggy on ie8 #4464

Closed
jamie-pate opened this issue Oct 16, 2013 · 2 comments
Closed

responseText is still buggy on ie8 #4464

jamie-pate opened this issue Oct 16, 2013 · 2 comments

Comments

@jamie-pate
Copy link

Sometimes ie8 will not load xhr content. The fix for #1922 seems to cause an additional problem in ie8 because it checks for xhr.responseType, which unfortunately is set manually to the responseType passed in. This causes ie8 to use xhr.response instead of xhr.responseText (sometimes?)

This commit introduced the issue. 509ec74

@IgorMinar
Copy link
Contributor

possible dupe of #4738?

@jamie-pate
Copy link
Author

Yup. Your solution posted is the similar to mine

@ghost ghost assigned IgorMinar Jan 6, 2014
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this issue Jan 27, 2014
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this issue Jan 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants