Changes between Initial Version and Version 3 of Ticket #31037
- Timestamp:
- 01/16/2015 03:32:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31037
-
Property
Milestone
changed from
Awaiting Review
to4.1.1
-
Property
Milestone
changed from
-
Ticket #31037 – Description
initial v3 3 3 This was discussed at some length with the introduction of the new Media Modal here: https://core.trac.wordpress.org/ticket/22446#comment:20 long story short - returning `application/json` is not usually a problem as jQuery automatically handles it for older versions of IE, however this particular request is handled by Plupload which does not handle this edge case. 4 4 5 Before https://core.trac.wordpress.org/changeset/30354this endpoint returned `text/html` as it's Content Type; however now `wp_send_json_error` and associated functions are used which triggers a `Content-Type` header of `application/json`.5 Before [30354] this endpoint returned `text/html` as it's Content Type; however now `wp_send_json_error` and associated functions are used which triggers a `Content-Type` header of `application/json`. 6 6 7 7 I'm not sure what versions of IE is "officially" supported, but it would seem right now the upload file workflow feels broken in < IE10.