Side navigation
#5938 closed bug (invalid)
Opened January 26, 2010 10:39AM UTC
Closed October 02, 2010 02:47AM UTC
jQuery.ajax with binary result raises "parsererror" on IE6
Reported by: | mitchell | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.2 |
Component: | ajax | Version: | 1.2.6 |
Keywords: | ie6 ajax parsererror binary | Cc: | |
Blocked by: | Blocking: |
Description
When making a request using jQuery.ajax to a URL which yields binary data under IE6, the request fails with "parsererror" as the textStatus, even with dataType set to "text" so no automatic type detection should take place.
Works fine under other browsers.
Attachments (0)
Change History (1)
Changed October 02, 2010 02:47AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Need a test case.