#22762 closed defect (bug) (fixed)
Uploads from the new media modal fail in IE9
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | blocker | Version: | 3.5 |
| Component: | Media | Keywords: | has-patch needs-testing |
| Focuses: | Cc: |
Description
In the console:
SCRIPT5007: Object expected plupload.flash.js?m=1334598722g&ver=1.5.4, line 1 character 5125
Attachments (2)
Change History (10)
#1
@
13 years ago
- Component changed from General to Media
- Milestone changed from Awaiting Review to 3.5
- Owner set to koopersmith
- Severity changed from normal to blocker
- Status changed from new to accepted
- Version set to trunk
#4
@
13 years ago
22762.diff fixes the issue for me in IE9. I tested:
- (using 'html5,html4,silverlight,flash' in media.php line 1246) both silverlight and flash work.
- 'runtimes' => 'silverlight' - works
- 'runtimes' => 'flash' - works
Note: See
TracTickets for help on using
tickets.
Please test each transport individually. IE9 does not support the 'html5' transport. Change line 1246 of
wp-includes/media.phpto a specific runtime to ensure it's isolated — for example:Report back with browsers and transports tested.